this post was submitted on 25 Feb 2026
11 points (76.2% liked)
Lemmy.world Support
3608 readers
42 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.
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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Any feature relying on a willing cooperation of every node in the network is impossible to enforce.
Sure, it should be attempted, but don’t expect it to actually matter against actors that just don’t give a fuck.
You’re right that no federated system can force every server to delete something. But meaningful deletion doesn’t require 100% enforcement.
Lemmy already has admin‑level purge tools that send federated delete requests, and most servers respect them. A user‑level version of that, or a proper “deleted” ActivityPub signal, would give people far more control than the current soft‑delete model.
Even if a few rogue servers ignore it, the majority of the fediverse would still clear the content, which is a huge improvement over “deleted by creator” placeholders.
Federation doesn’t have to mean no deletion — it just means deletion has to be cooperative instead of enforced.
This quite literally already exists.
When you delete posts, comments or PMs, the ActivityPub message is a deletion. How other servers handle this depends on the software, some immediately delete the data, others will retain it for some time and trigger a delayed deletion. Others may not delete it at all. Likewise, if you delete your profile in Lemmy, you have the option to select whether your content should get deleted along with it.
With Lemmy, some of these actions are not always instantly deleting data from the database. For example, if you delete a post or comment, you still have the option to undelete it to restore the original content. From a moderation perspective, it is crucial to not purge everything from the DB without a trace immediately, as this would easily allow abuse by bad actors.
Thanks for the clarification — that helps me understand the current behavior much better. I didn’t realize Lemmy already sends a proper ActivityPub delete signal, and it makes sense that different servers handle it differently.
From a user perspective, the part that still feels incomplete is that deleted posts and comments remain visible as “deleted by creator,” even when the content itself is gone. I understand why the object can’t be purged instantly for moderation reasons, but it does create the impression that deletion isn’t really happening.
What I’m hoping for is a more user‑friendly deletion experience — something that preserves moderation needs and federation realities, but still gives users a clearer sense of control over their own content. Even if perfect deletion across all servers isn’t possible, improving the local UX would go a long way.
I appreciate you taking the time to explain the technical side.
Good on you for realizing you were wrong, I'll upvote that.
However, as for the behavior it's standard forum functionality. People may respond to your comment, and then you delete it. You individually have the right to remove all discussion underneath, and future users need to understand there was something there.