diff options
author | lain <lain@soykaf.club> | 2020-11-04 16:23:24 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-04 16:23:24 +0100 |
commit | 2aeb229de3f59e1704c633c31415e7e834f6ba67 (patch) | |
tree | e6fc687f2511aa6532dbaf472ac0598634ad1301 /docs/configuration/cheatsheet.md | |
parent | bae48c98e32af6c43fa668771c6253f299d4bf8a (diff) | |
download | pleroma-2aeb229de3f59e1704c633c31415e7e834f6ba67.tar.gz pleroma-2aeb229de3f59e1704c633c31415e7e834f6ba67.zip |
Cheatsheet: Add info about :blockers_visible
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 ebf95ebc9..75cb4b348 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -205,6 +205,7 @@ config :pleroma, :mrf_user_allowlist, %{ ### :activitypub * `unfollow_blocked`: Whether blocks result in people getting unfollowed * `outgoing_blocks`: Whether to federate blocks to other instances +* `blockers_visible`: Whether a user can see the posts of users who blocked them * `deny_follow_blocked`: Whether to disallow following an account that has blocked the user in question * `sign_object_fetches`: Sign object fetches with HTTP signatures * `authorized_fetch_mode`: Require HTTP signatures for AP fetches |