diff options
author | feld <feld@feld.me> | 2020-01-12 18:37:52 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-01-12 18:37:52 +0000 |
commit | 8b4d81609d5627d62b826bcd3e87290cb513495f (patch) | |
tree | 009ced1c40a279b1decddd06c8af7bcfe53c1e8d /CHANGELOG.md | |
parent | 6cc5341d26426f98a53a6e46787f1457f974f321 (diff) | |
parent | 180f257ced4ace9467d1946a582a5f6f962d0163 (diff) | |
download | pleroma-8b4d81609d5627d62b826bcd3e87290cb513495f.tar.gz pleroma-8b4d81609d5627d62b826bcd3e87290cb513495f.zip |
Merge branch 'updated-at-on-conversation-read' into 'develop'
MastodonAPI: Fix mark-as-read bringing the conversation to the top (`POST /api/v1/conversations/:id/read`)
See merge request pleroma/pleroma!2080
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 04efc97c0..0907fbd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,6 +105,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Inability to get some local users by nickname in `/api/v1/accounts/:id_or_nickname` - AdminAPI: If some status received reports both in the "new" format and "old" format it was considered reports on two different statuses (in the context of grouped reports) - Admin API: Error when trying to update reports in the "old" format +- Mastodon API: Marking a conversation as read (`POST /api/v1/conversations/:id/read`) now no longer brings it to the top in the user's direct conversation list </details> ## [1.1.6] - 2019-11-19 |