this post was submitted on 25 Feb 2026
11 points (76.2% liked)
Lemmy.world Support
3608 readers
43 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
I am not a programmer, but as I understand how it works, when you access content (user profile, post, etc.) that is not on your server, a request is sent and two things can happen. The request receives a response and the content is updated or it is not received and you see a cached version. I suppose a third option could be added, you get a response and it says that the content is actively deleted, causing the cache to be deleted. Maybe it took a while to clear everywhere, but I don't see why it wouldn't work.
That makes a lot of sense, and it’s exactly the kind of mechanism I was hoping existed or could be added. Even if deletion can’t be instant across every server, having a federated “this content is deleted” response would give users real control instead of just hiding posts locally.
A system like the one you describe — where a delete request clears caches on other servers — would solve most of the privacy and user‑control concerns people have. It wouldn’t need to be perfect to be meaningful.
I appreciate the explanation. It’s good to know that this isn’t impossible, just something that needs coordination and implementation across the Fediverse.