Merge branch 'develop' into 'feature/custom-runtime-modules'
authorminibikini <egor@kislitsyn.com>
Tue, 10 Dec 2019 13:38:25 +0000 (13:38 +0000)
committerminibikini <egor@kislitsyn.com>
Tue, 10 Dec 2019 13:38:25 +0000 (13:38 +0000)
# Conflicts:
#   CHANGELOG.md

1  2 
CHANGELOG.md

diff --cc CHANGELOG.md
index 5528845d64df15bfc180c347419010398ce0ddbd,4b1fdcdce2b8b652a6b9532d1d04a655bf372c15..20b8de8876d0af27fe6407c64e5d4397774bb0ea
@@@ -49,7 -50,7 +50,8 @@@ The format is based on [Keep a Changelo
  - 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.
 +- Support for custom Elixir modules (such as MRF policies)
+ - User settings: Add _This account is a_ option.
  <details>
    <summary>API Changes</summary>