diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-11-22 13:35:21 +0900 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-11-26 00:20:46 +0900 |
commit | b3b4e5ca805780f278b6239973d6d497b1697fbd (patch) | |
tree | 9101553a4a5075b031d7098472cf648425a96bd2 /CHANGELOG.md | |
parent | 1364d303f8e4dcd4d9f7913d4755c58b0f4b87ef (diff) | |
download | pleroma-b3b4e5ca805780f278b6239973d6d497b1697fbd.tar.gz pleroma-b3b4e5ca805780f278b6239973d6d497b1697fbd.zip |
AdminAPI: Grouped reports old/new fix
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)
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 443e5f3c3..60512c6b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Fix private and direct statuses not being filtered out from the public timeline for an authenticated user (`GET /api/v1/timelines/public`) - 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) </details> ## [1.1.6] - 2019-11-19 |