diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-05-01 09:51:41 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-05-01 09:51:41 +0300 |
commit | 92efb888c7b25692af205b1a4dbce0ae689c439b (patch) | |
tree | bd87e29dd81a815e1cc74469b0dd34abe19140d7 /CHANGELOG.md | |
parent | 0dd863f8f53d30d37e35d4ec2c4e34d09a266a85 (diff) | |
download | pleroma-92efb888c7b25692af205b1a4dbce0ae689c439b.tar.gz pleroma-92efb888c7b25692af205b1a4dbce0ae689c439b.zip |
Made follow request notifications non-optional (removed config switch).
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 65dd1b9c2..97704917d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Configuration: `:restrict_unauthenticated` setting, restrict access for unauthenticated users to timelines (public and federate), user profiles and statuses. - 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). +- Notifications: Added `follow_request` notification type. - Added `:reject_deletes` group to SimplePolicy <details> <summary>API Changes</summary> |