diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-07-28 18:55:29 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-07-28 19:06:42 -0500 |
commit | 3c90f7f7156889a1f74950ab976819faa281df43 (patch) | |
tree | d5b2715014e9e9e92218502f8f2e6d4176b8bb25 /docs/configuration/cheatsheet.md | |
parent | 93dbba9b8a5aacbbf43a45a07e27b328579eabf8 (diff) | |
download | pleroma-3c90f7f7156889a1f74950ab976819faa281df43.tar.gz pleroma-3c90f7f7156889a1f74950ab976819faa281df43.zip |
SimpleMRF: Let instances be silenced
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-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 2a25a024a..9a7f4f369 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -122,6 +122,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. +* `silence`: List of instances to force posts as followers-only. * `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. |