update documentation for the new MRF features [no-ci]
authorWilliam Pitcock <nenolod@dereferenced.org>
Wed, 22 May 2019 05:55:09 +0000 (05:55 +0000)
committerWilliam Pitcock <nenolod@dereferenced.org>
Wed, 22 May 2019 18:53:30 +0000 (18:53 +0000)
CHANGELOG.md
docs/config.md

index 02d64a85012734b531d203cac07b8bc08c284f9a..2a2b11ddfb768feb3954c6ce0881d2ccf5782de3 100644 (file)
@@ -42,6 +42,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - Emoji packs and emoji pack manager
 - Object pruning (`mix pleroma.database prune_objects`)
 - OAuth: added job to clean expired access tokens
+- MRF: Support for rejecting reports from specific instances (`mrf_simple`)
+- MRF: Support for stripping avatars and banner images from specific instances (`mrf_simple`)
 
 ### Changed
 - **Breaking:** Configuration: move from Pleroma.Mailer to Pleroma.Emails.Mailer
index 264b65499ea06b1256e111d08a514da187e84200..1d1d24c3275d7f5f4a03f91649c2b2a4c530253d 100644 (file)
@@ -220,6 +220,9 @@ relates to mascots on the mastodon frontend
 * `federated_timeline_removal`: List of instances to remove from Federated (aka The Whole Known Network) Timeline
 * `reject`: List of instances to reject any activities from
 * `accept`: List of instances to accept any activities from
+* `report_removal`: List of instances to reject reports from
+* `avatar_removal`: List of instances to strip avatars from
+* `banner_removal`: List of instances to strip banners from
 
 ## :mrf_rejectnonpublic
 * `allow_followersonly`: whether to allow followers-only posts