diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-10-27 16:05:32 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-10-27 16:05:32 +0300 |
commit | 8eff05d4c62c4d3300fee173cad84f75a0aafb4d (patch) | |
tree | e16009fe073edd6315d94afe539b55cfd75dcf71 /CHANGELOG.md | |
parent | b08b1d5d91968fbe94e20897ee3529216dd50a0a (diff) | |
download | pleroma-8eff05d4c62c4d3300fee173cad84f75a0aafb4d.tar.gz pleroma-8eff05d4c62c4d3300fee173cad84f75a0aafb4d.zip |
Strip status data from Flag (when federating or closing/resolving report)
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 e3ccfa4ea..4744567d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - MRF (Simple Policy): Also use `:accept`/`:reject` on the actors rather than only their activities - OStatus: Extract RSS functionality - Mastodon API: Add `pleroma.direct_conversation_id` to the status endpoint (`GET /api/v1/statuses/:id`) +- Store status data inside Flag activity ### Fixed - Mastodon API: Fix private and direct statuses not being filtered out from the public timeline for an authenticated user (`GET /api/v1/timelines/public`) |