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:
Seirdy 2023-01-26 21:41:27 -08:00 committed by Rohan Kumar
parent 153539a246
commit 676cc0d0d7
Signed by untrusted user: Seirdy
GPG Key ID: 1E892DB2A5F84479
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ config :pleroma, :manifest,
config :pleroma, :activitypub,
unfollow_blocked: true,
outgoing_blocks: true,
outgoing_blocks: false,
blockers_visible: true,
follow_handshake_timeout: 500,
note_replies_output_limit: 5,