this post was submitted on 25 Feb 2026
9 points (76.5% liked)

Lemmy.world Support

3608 readers
38 users here now

Lemmy.world Support

Welcome to the official Lemmy.world Support community! Post your issues or questions about Lemmy.world here.

This community is for issues related to the Lemmy World instance only. For Lemmy software requests or bug reports, please go to the Lemmy github page.

This community is subject to the rules defined here for lemmy.world.

To open a support ticket Static Badge


You can also DM https://lemmy.world/u/lwreport or email report@lemmy.world (PGP Supported) if you need to reach our directly to the admin team.


Follow us for server news 🐘

Outages 🔥

https://status.lemmy.world/



founded 2 years ago
MODERATORS
 

Right now, deleting a post on Lemmy only hides it locally, but doesn’t fully remove it across the fediverse. I understand the technical reasons behind this, but from a user perspective it feels incomplete.

Platforms should give users the ability to fully delete their own content, or at least send a federated deletion request to other instances. This is important for privacy, safety, and user control.

Is full deletion planned, or is there a technical limitation preventing it? I’d like to understand what’s possible and whether this feature is on the roadmap.

you are viewing a single comment's thread
view the rest of the comments
[–] Rentlar@lemmy.ca 3 points 16 hours ago (1 children)

As a general note, the design of Lemmy is around preserving information against censorship over having private conversations (like Matrix for example). You're probably aware that once data is delivered to other servers, the origin server can't guarantee deletions of data from them.

I'm not an admin, but I remember that Lemmy admins are able to purge content from their server, and send out a request for other servers to purge their copy of data which by default would be accepted if received from the canonical server. This was used to remove some harmful content that was posted on Lemmy a few times. This feature isn't user accessible, at least as of now.

Media uploaded to Lemmy by the user can be deleted.

Edits are propagated through federation, so if you are concerned, you can edit posts you want to delete before deleting them which is close enough.

[–] Coleman@lemmy.world 2 points 16 hours ago

Thanks for the detailed explanation — this helps clarify a lot. I understand that federation makes guaranteed deletion impossible, but knowing that admins can purge content and send out a federated delete request is exactly the kind of mechanism I was hoping existed.

From a user perspective, having some version of that available — even if it can’t guarantee 100% deletion everywhere — would still be meaningful. A user‑initiated delete request that other servers can respect would give people more control over their own content without undermining federation.

Editing before deleting is a good workaround, but it still feels like something that could eventually be built into the platform in a more direct way. I appreciate the insight; it’s good to know this isn’t a dead end technically.