diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-07-29 12:58:08 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-07-29 12:58:08 -0500 |
commit | 93638935d783c092dabac51982426ebd98a21e0e (patch) | |
tree | df56a73d603f36cc0b3725c3ed6ebe20a3fa410c /docs/configuration | |
parent | 2a99e7df8e3c5c5c6cdf15bff56d0258c9a5287e (diff) | |
download | pleroma-93638935d783c092dabac51982426ebd98a21e0e.tar.gz pleroma-93638935d783c092dabac51982426ebd98a21e0e.zip |
SimpleMRF: :silence --> :followers_only
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 9a7f4f369..b195b6f17 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -122,7 +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. +* `followers_only`: 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. |