diff options
author | lain <lain@soykaf.club> | 2020-07-31 14:43:33 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-31 14:43:33 +0000 |
commit | 1ac0969c7226c40d5d674d63996f1164a86ecb9a (patch) | |
tree | fc465bba0a06ed3af52e4af5d9ed899817311167 /docs | |
parent | a1a43f39dc85e673f6e4f395b7ac515356177fdf (diff) | |
parent | 37b9e5e1384a6dae103773e29b386ac9843ecf5e (diff) | |
download | pleroma-1ac0969c7226c40d5d674d63996f1164a86ecb9a.tar.gz pleroma-1ac0969c7226c40d5d674d63996f1164a86ecb9a.zip |
Merge branch 'mrf-silence-2' into 'develop'
MRF silencing alternative solution
See merge request pleroma/pleroma!2820
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 9c768abef..7de82a41d 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -125,6 +125,7 @@ To add configuration to your config file, you can copy it from the base config. * `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. +* `followers_only`: List of instances to decrease post visibility to only the followers, including for DM mentions. * `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. |