summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-04-07 21:52:32 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-04-07 21:52:32 +0300
commit1a4875adfa8fa8f65f1db7b4ec3cf868b7e3dee7 (patch)
treef62a2156777942c6ef8753ccc2de7e23a23f5ff5 /CHANGELOG.md
parentdd4d10b275e76afc029aea642ae3d69b07e33d81 (diff)
downloadpleroma-1a4875adfa8fa8f65f1db7b4ec3cf868b7e3dee7.tar.gz
pleroma-1a4875adfa8fa8f65f1db7b4ec3cf868b7e3dee7.zip
[#1559] Support for "follow_request" notifications (configurable).
(Not currently supported by PleromaFE, thus disabled by default).
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6e5d807c..b3b63ac54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- NodeInfo: `pleroma_emoji_reactions` to the `features` list.
- 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.
+- Notifications: Added `follow_request` notification type (configurable, see `[:notifications, :enable_follow_request_notifications]` setting).
<details>
<summary>API Changes</summary>
- Mastodon API: Support for `include_types` in `/api/v1/notifications`.