Add indicator to user card if user blocks you #274
No reviewers
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#274
Loading…
Reference in a new issue
No description provided.
Delete branch "eris/pleroma-fe:block-indicator"
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?
What it does
Simply put: This does a check for the blocked_by relationship in the user card, in the same vein as checking if the user follows you, and if they do, then it:
Why?
This is necessary because Pleroma and Akkoma is the only platform that has no indicator of blocks so you can know not to interact. This gets Pleroma and Akkoma in the stereotype as "block evasion software" because we can interact with those that block us in ignorance.
Abuse potential?
I don't think this carries with it anymore abuse potential than Mastodon already has access to themselves. On Mastodon, not only will it say they block you, it will deny your ability to view their posts at all. I didn't go quite that far, but if the ethics are good enough for Mastodon and Misskey and Twitter to have this feature, I hope it will be good enough for Akkoma.
Unlike the block bot MRF, this does not send real-time notifications of new blocks. The only way you'd know if you're blocked is if you go to their profile or open their user card. Most abuse that happens with the block bot MRF would not happen with this.
Thanks!
my recommended behaviour is to not federate blocks which limits it's usefulness , but yes I agree this is good to support if people are going to federate them
ok, field is accessible in the API, block federation is now off by default
this should be ok