diff options
author | eugenijm <eugenijm@protonmail.com> | 2019-12-20 16:38:21 +0300 |
---|---|---|
committer | eugenijm <eugenijm@protonmail.com> | 2020-01-05 17:38:51 +0300 |
commit | 0b6d1292d29e1f376566fe75aca60c612e9233dc (patch) | |
tree | cf98d1ca36ab0cdcbb5e415f257afc9e3be022e9 /CHANGELOG.md | |
parent | ee0c40831efde5054f587ae0e371fffcad1396b7 (diff) | |
download | pleroma-0b6d1292d29e1f376566fe75aca60c612e9233dc.tar.gz pleroma-0b6d1292d29e1f376566fe75aca60c612e9233dc.zip |
Fix mark-as-read (`POST /api/v1/conversations/:id/read`) refreshing updated_at and bringing conversation to the top in the user's direct conversation list
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 22f199b3d..efa3518e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,6 +104,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`) brings it to the top in the user's direct conversation list </details> ## [1.1.6] - 2019-11-19 |