this post was submitted on 02 Mar 2026
20 points (79.4% liked)

Fediverse

40707 readers
423 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

In other words, can any user delete its data on its will and is there something that will remove its data from all the connected activitypub services? I believe this should actually be a basic feature and pretty much a requirement.

you are viewing a single comment's thread
view the rest of the comments
[–] Zak@lemmy.world 4 points 2 hours ago

Well-behaved server software honors delete requests, but there are a bunch of ways for that to fail without anyone doing anything malicious:

  • If your instance shuts down, there is no way for you to generate delete requests
  • If a server admin has to restore a backup from before your request, the deleted data will be restored
  • Immature or experimental software may not work as designed; Lemmy itself has a version number starting with 0
  • Archiving services may keep snapshots of pages from fediverse servers; here's your user page on lemmy.world on archive.org
  • Fediverse servers often make content available by RSS, and RSS clients may store that content; there's no way for them to receive a signal that it should be deleted

And then there's malicious activity. It wouldn't be hard to run a server that speaks ActivityPub, subscribes to a bunch of stuff, pretends to honor delete requests, and actually keeps everything.

Deletion will always be unreliable on the fediverse as long as it runs on technology that looks anything like current implementations.