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
pull/454/head
Seirdy 2 months ago committed by Rohan Kumar
parent 153539a246
commit 676cc0d0d7
Signed by untrusted user: Seirdy
GPG Key ID: 1E892DB2A5F84479

@ -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,

Loading…
Cancel
Save