diff options
author | Ilja <pleroma@spectraltheorem.be> | 2020-04-20 12:59:16 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-04-20 12:59:16 +0000 |
commit | 8b4de61d6449f70e0a5e84be3082724c7f50ffee (patch) | |
tree | 618da8a23a12965123f9c7312093fcf623b743a9 /CHANGELOG.md | |
parent | 918a8094fc175ed71ccb7305d606fb0b221163f6 (diff) | |
download | pleroma-8b4de61d6449f70e0a5e84be3082724c7f50ffee.tar.gz pleroma-8b4de61d6449f70e0a5e84be3082724c7f50ffee.zip |
Fix ObjectAgePolicyTest
The policy didn't block old posts as it should.
* I fixed it and tested on a test server
* I added the settings to description so that this information is shown in nodeinfo
* TODO: I didn't work TTD and still need to fix the tests
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9270e801f..e454bd9d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,8 +28,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Logger configuration through AdminFE - HTTP Basic Authentication permissions issue +- ObjectAgePolicy didn't filter out old messages ### Added +- NodeInfo: ObjectAgePolicy settings to the `federation` list. <details> <summary>API Changes</summary> - Admin API: `GET /api/pleroma/admin/need_reboot`. |