diff options
author | lain <lain@soykaf.club> | 2020-08-07 16:20:13 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-07 16:20:13 +0200 |
commit | ebb30128af653d146091fa2317418103fd1e46a3 (patch) | |
tree | b670d2b68ea2096cc40825f40a7d479b79d1af92 | |
parent | 34cbe9f44a0266cd5ec652c3e70021ef928a7f31 (diff) | |
download | pleroma-ebb30128af653d146091fa2317418103fd1e46a3.tar.gz |
Changelog: Add information about the object age policy
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 572f9e84b..e2a855bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [unreleased] ### Changed +- **Breaking:** Added the ObjectAgePolicy to the default set of MRFs. This will delist and strip the follower collection of any message received that is older than 7 days. This will stop users from seeing very old messages in the timelines. The messages can still be viewed on the user's page and in conversations. They also still trigger notifications. - **Breaking:** Elixir >=1.9 is now required (was >= 1.8) - **Breaking:** Configuration: `:auto_linker, :opts` moved to `:pleroma, Pleroma.Formatter`. Old config namespace is deprecated. - In Conversations, return only direct messages as `last_status` |