diff options
author | lain <lain@soykaf.club> | 2019-12-09 14:30:35 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-12-09 14:30:35 +0000 |
commit | e4ea0e20b32152a7f7497c2ec8ebbe5c71b3db47 (patch) | |
tree | a4e7c4469be886a588f54112910ea647a6e61b17 /CHANGELOG.md | |
parent | 8d2ca85cea7285330c724096b668b4b56b77caf8 (diff) | |
parent | 4692919ea68d30fbd1147ad9415a4573e31023be (diff) | |
download | pleroma-e4ea0e20b32152a7f7497c2ec8ebbe5c71b3db47.tar.gz pleroma-e4ea0e20b32152a7f7497c2ec8ebbe5c71b3db47.zip |
Merge branch 'issue/1342' into 'develop'
[#1342] Added privacy option to push notifications
See merge request pleroma/pleroma!1920
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 d52ab341b..89044d046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mix task to list all users (`mix pleroma.user list`) - Support for `X-Forwarded-For` and similar HTTP headers which used by reverse proxies to pass a real user IP address to the backend. Must not be enabled unless your instance is behind at least one reverse proxy (such as Nginx, Apache HTTPD or Varnish Cache). - MRF: New module which handles incoming posts based on their age. By default, all incoming posts that are older than 2 days will be unlisted and not shown to their followers. +- User notification settings: Add `privacy_option` option. <details> <summary>API Changes</summary> |