Make default outgoing-blocks setting off #454
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#454
Loading…
Reference in a new issue
No description provided.
Delete branch "Seirdy/akkoma:outgoing-blocks-default-off"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
254781ee50
to676cc0d0d7
yep, i agree with this
thanks!
A bit of context from the foundkey side of things:
When a foundkey instance is aware of an account blocking you, we actually stop that account from seeing any of your posts (including public).
As such, when it comes to non-malicious entities, it's better to federate the blocks.
As for dealing with malicious entities, there are still ways to tell that a block has happened, so the appropriate way to deal with those is to defederate in the first place.
This is obviously not my project, but I would suggest at least telling people about the setting existing (many simply won't know!) and encouraging them to enable it (and mention why it isn't enabled by default) where applicable.