forked from AkkomaGang/akkoma
Make default outgoing-blocks setting off
This should help mitigate negative impacts related to block-retaliation and block-circumvention when blocks become visible to the blocked party. Instances interested in broadcasting blocks can turn this on if they wish. This should have always been the default. See also: AkkomaGang/akkoma-fe#274
This commit is contained in:
parent
153539a246
commit
676cc0d0d7
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@
|
||||||
|
|
||||||
config :pleroma, :activitypub,
|
config :pleroma, :activitypub,
|
||||||
unfollow_blocked: true,
|
unfollow_blocked: true,
|
||||||
outgoing_blocks: true,
|
outgoing_blocks: false,
|
||||||
blockers_visible: true,
|
blockers_visible: true,
|
||||||
follow_handshake_timeout: 500,
|
follow_handshake_timeout: 500,
|
||||||
note_replies_output_limit: 5,
|
note_replies_output_limit: 5,
|
||||||
|
|
Loading…
Reference in a new issue