this post was submitted on 11 Mar 2026
5 points (100.0% liked)

Lemmy.world Support

3618 readers
2 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
 

I’ve noticed something about deletion on Lemmy.world that’s been bothering me, and I’m hoping this is the right place to ask about it or suggest improvements.

Right now, when a user deletes a post or comment, the deletion is soft:

the content disappears,

but a “deleted” placeholder remains,

and some apps still show the original text in reply previews,

and federated copies may persist on other servers.

I understand this is how Lemmy works at the platform level, and that federation makes true hard deletion complicated. But I’m wondering if Lemmy.world could offer better user‑side deletion tools, or at least explore options that give users more control over their own content.

Here are a few ideas that might be realistic, low‑effort, and compatible with federation:

  1. A “Classic Delete” option This would remove the content and replace it with a simple (deleted) marker — no preview text, no ghost remnants. Even if the placeholder stays for thread structure, the content itself should be fully wiped from Lemmy.world’s side.

  2. Moderator‑assisted deletion If a user deletes their own post/comment, moderators could receive a small queue entry allowing them to manually hard‑remove the content from Lemmy.world’s database. This wouldn’t fix federation, but it would give users more control locally.

  3. A “Close Post” option Instead of deleting, allow users to “close” a post:

hides it from their profile

prevents new replies

marks it as closed This avoids breaking thread flow while still giving the user an escape hatch.

  1. A privacy‑focused deletion mode Even if federation can’t guarantee full erasure, Lemmy.world could:

wipe the local copy

send deletion requests to other instances

and clearly communicate the limitations This is still better than the current ghost‑comment behavior.

Deleted posts still count toward my profile totals. Is there any chance Lemmy.world could switch to counting only active posts/comments, or offer a privacy mode that hides deleted items from the profile stats?

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

When you delete a post you might do it by accident. You can then undelete it, which requires the post still exists (a soft delete).

It appears Lemmy clears the content after 30 days to make it a hard delete (by federating an edit action to change the content to Deleted): https://github.com/LemmyNet/lemmy/pull/3208

If you want to wipe right away, you can edit the post then delete it.