diff options
author | lain <lain@soykaf.club> | 2021-11-15 14:27:59 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2021-11-15 14:27:59 +0000 |
commit | e2772d6bf1317616ef5a27396101bf44f123ee7e (patch) | |
tree | f6b409a3a096fa0fbf7bde70413b6dd7cf3f0725 /docs | |
parent | 6e3df116935a549a92b74bfc2be9a4197ad7a995 (diff) | |
parent | 762be6ce10d2145e8e31d42c5d1a0bab93dbe7b0 (diff) | |
download | pleroma-e2772d6bf1317616ef5a27396101bf44f123ee7e.tar.gz |
Merge branch 'block-behavior' into 'develop'
Configurable block visibility, fixes #2123
Closes #2123
See merge request pleroma/pleroma!3242
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 251dc24e8..40e81cffb 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -230,6 +230,7 @@ Notes: ### :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 |