diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-05 20:18:25 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-05 20:18:25 +0700 |
commit | 48ae3c4347f68e20db7e3e67da32be2e70599fb3 (patch) | |
tree | 1179b632f65d1488825e0321d205ce43f90ad226 /CHANGELOG.md | |
parent | 7722e5a67a46304f3ae0e37f674a44ca9268be5e (diff) | |
download | pleroma-48ae3c4347f68e20db7e3e67da32be2e70599fb3.tar.gz pleroma-48ae3c4347f68e20db7e3e67da32be2e70599fb3.zip |
Add support for custom modules
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 a06ea211e..6564cf40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,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. +- Support for custom Elixir modules (such as MRF policies) <details> <summary>API Changes</summary> |