diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-08 21:46:20 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-08 21:46:20 +0300 |
commit | dfae1d705f9bf040186874498e25571eaf71f2ac (patch) | |
tree | a3f5d35edf2f6b2c76212705785f6ebd319a9205 | |
parent | 95e6a2acd9b18356e942172aa416d42031e8a17f (diff) | |
download | pleroma-dfae1d705f9bf040186874498e25571eaf71f2ac.tar.gz |
update changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d00097748..d94821a79 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> |