[feat] Account deletion with federated deletion of every post #779
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#779
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The idea
I'm aware of some users who have deleted their accounts but still see all their posts across Fedi. They can't trigger a federated deletion since their data has been deleted from the origin server.
The reasoning
People who want to leave Fedi and delete all their posts should have a built-in way to do so.
Have you searched for this feature request?
we already do this
see https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/lib/pleroma/user.ex#L1870
please note that it is not possible to ensure state congruity across a decentralised network, we can do a best effort, and we do