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: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/274
This commit is contained in:
Seirdy 2023-01-26 21:41:27 -08:00 committed by Rohan Kumar
parent 153539a246
commit 676cc0d0d7
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

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