diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-11-14 19:49:25 -0600 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-11-14 19:49:25 -0600 |
commit | 2469880a2bc61729f4518084ec341775a51deda5 (patch) | |
tree | 7141464e726c1132f3c57f321a02a8d8d4444b62 | |
parent | 5705cf0e3e675c142442a6183d5613ae936f3276 (diff) | |
download | pleroma-2469880a2bc61729f4518084ec341775a51deda5.tar.gz |
add changelog entry for MRF ObjectAgePolicy
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ad91b0d..920830039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Static Frontend: Add the ability to render user profiles and notices server-side without requiring JS app. - Mix task to re-count statuses for all users (`mix pleroma.count_statuses`) - 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. <details> <summary>API Changes</summary> |