diff options
author | lain <lain@soykaf.club> | 2020-07-31 10:29:16 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-31 10:29:16 +0000 |
commit | 37b9e5e1384a6dae103773e29b386ac9843ecf5e (patch) | |
tree | 01af85e2e569591a924a4a3fabf65b0f7d94c0be /docs/configuration | |
parent | 1dd162a5f75e6c2ef1813cd477e6d938127220d9 (diff) | |
download | pleroma-37b9e5e1384a6dae103773e29b386ac9843ecf5e.tar.gz pleroma-37b9e5e1384a6dae103773e29b386ac9843ecf5e.zip |
Apply 1 suggestion(s) to 1 file(s)
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 d18d638b9..65cccda30 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -124,7 +124,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 force posts as followers-only. +* `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. |