diff options
| author | rinpatch <rinpatch@sdf.org> | 2020-04-20 18:30:01 +0000 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2020-04-20 18:30:01 +0000 |
| commit | e57c1b60e4a0f882d5217bf1be8b1a7240aa322d (patch) | |
| tree | c434f6400c46b5b166434d43b6ffdab98631459c /CHANGELOG.md | |
| parent | 7e456ac7f622f5524b74fbe45a16a58eb30551ff (diff) | |
| parent | bedc558809832ce6ef6063fe91656a0fff0e222c (diff) | |
| download | pleroma-e57c1b60e4a0f882d5217bf1be8b1a7240aa322d.tar.gz pleroma-e57c1b60e4a0f882d5217bf1be8b1a7240aa322d.zip | |
Merge branch 'accept-deletes' into 'develop'
Always accept deletions through SimplePolicy, add :reject_deletes group
See merge request pleroma/pleroma!2371
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e454bd9d1..2d8e7efc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - New HTTP adapter [gun](https://github.com/ninenines/gun). Gun adapter requires minimum OTP version of 22.2 otherwise Pleroma won’t start. For hackney OTP update is not required. - Mix task to create trusted OAuth App. - Notifications: Added `follow_request` notification type (configurable, see `[:notifications, :enable_follow_request_notifications]` setting). +- Added `:reject_deletes` group to SimplePolicy <details> <summary>API Changes</summary> - Mastodon API: Support for `include_types` in `/api/v1/notifications`. @@ -23,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Support pagination in conversations API +- **Breaking**: SimplePolicy `:reject` and `:accept` allow deletions again ## [unreleased-patch] ### Fixed |
