[feat] Account deletion with federated deletion of every post #779

Closed
opened 2024-05-18 01:45:41 +00:00 by Seirdy · 1 comment
Contributor

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?

  • I have double-checked and have not found this feature request mentioned anywhere.
  • This feature is related to the Akkoma backend specifically, and not pleroma-fe.
### 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? - [x] I have double-checked and have not found this feature request mentioned anywhere. - [x] This feature is related to the Akkoma backend specifically, and not pleroma-fe.
Seirdy added the
feature request
label 2024-05-18 01:45:41 +00:00

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

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
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#779
No description provided.