diff options
author | rinpatch <rinpatch@sdf.org> | 2020-08-07 14:21:28 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-08-07 14:21:28 +0000 |
commit | 568ded5aa48a4d3d31557c8d3c86c294e79058f3 (patch) | |
tree | b670d2b68ea2096cc40825f40a7d479b79d1af92 | |
parent | 34cbe9f44a0266cd5ec652c3e70021ef928a7f31 (diff) | |
parent | ebb30128af653d146091fa2317418103fd1e46a3 (diff) | |
download | pleroma-568ded5aa48a4d3d31557c8d3c86c294e79058f3.tar.gz |
Merge branch 'object-age-changelog' into 'develop'
Changelog: Add information about the object age policy
See merge request pleroma/pleroma!2859
-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` |