diff options
author | rinpatch <rinpatch@sdf.org> | 2021-02-08 10:31:20 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2021-02-08 10:31:20 +0000 |
commit | 8babd796da46975c2d976cf87dad844c13e8a69e (patch) | |
tree | 82425003f80c949d545bfb7b2d3db3d948c896cf /CHANGELOG.md | |
parent | 6e68058b634dced932a1283f8470598b5cabdfeb (diff) | |
parent | d04737229196a08db4bc726f8afd55a64dcf8304 (diff) | |
download | pleroma-8babd796da46975c2d976cf87dad844c13e8a69e.tar.gz pleroma-8babd796da46975c2d976cf87dad844c13e8a69e.zip |
Merge branch 'fix/reports-from-admins' into 'develop'
Suppress report notification for admin actors
See merge request pleroma/pleroma!3301
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 1dbdb3f4e..9fc138d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Improved Apache webserver support: updated sample configuration, MediaProxy cache invalidation verified with the included sample script - Improve OAuth 2.0 provider support. A missing `fqn` field was added to the response, but does not expose the user's email address. - Provide redirect of external posts from `/notice/:id` to their original URL +- Admins no longer receive notifications for reports if they are the actor making the report. <details> <summary>API Changes</summary> |