From: Maksim Pechnikov Date: Mon, 27 Jan 2020 12:20:47 +0000 (+0300) Subject: Merge branch 'develop' into issue/1276 X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=e442ea5722404ca551135b6f4767c016952bbda3;p=akkoma Merge branch 'develop' into issue/1276 --- e442ea5722404ca551135b6f4767c016952bbda3 diff --cc CHANGELOG.md index 4a2296cdd,4d626a683..bd1807393 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -36,8 -44,9 +44,10 @@@ The format is based on [Keep a Changelo - Mastodon API: `pleroma.thread_muted` to the Status entity - Mastodon API: Mark the direct conversation as read for the author when they send a new direct message - Mastodon API, streaming: Add `pleroma.direct_conversation_id` to the `conversation` stream event payload. +- Mastodon API: Add `pleroma.unread_count` to the Marker entity - Admin API: Render whole status in grouped reports + - Mastodon API: User timelines will now respect blocks, unless you are getting the user timeline of somebody you blocked (which would be empty otherwise). + - Mastodon API: Favoriting / Repeating a post multiple times will now return the identical response every time. Before, executing that action twice would return an error ("already favorited") on the second try. ### Added