this post was submitted on 19 May 2024
12 points (100.0% liked)

Lemmy.world Support

3176 readers
22 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 [email protected] (PGP Supported) if you need to reach our directly to the admin team.


Follow us for server news ๐Ÿ˜

Outages ๐Ÿ”ฅ

https://status.lemmy.world



founded 1 year ago
MODERATORS
 

I'm still new to how lemmy works exactly but why does trying to delete a post not actually remove it? It's still fully viewable so are you not able to delete posts on here at all? I'm a bit confused.

top 8 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 13 points 3 months ago

This is addressed in the upcoming Lemmy release 0.19.4 where contents will no longer be included in API responses. Until then it's up to clients to actually hide it. Content is kept for a few days to allow you to undo deletion, but you can also edit your content before deleting it to remove that. There is also a scheduled task running once a week I believe that will replace contents of deleted comments with something like PERMANENTLY DELETED.

Regardless, as Lemmy is a public platform, you should be aware that people may be storing this information on linked platforms regardless and may not respect the edits/deletions at all.

[โ€“] [email protected] 5 points 3 months ago* (last edited 3 months ago)

Just FYI, coming from a Thunder dev, the full contents of deleted and removed contents are available via the API, and it's up to us to hide the contents. It's easy to miss use cases (like another user mentioned you can see deleted comments by replying in Sync; that's just an (easy) oversight by the dev). I'm glad to hear that they won't even be available in the API starting with 0.19.4!!

[โ€“] [email protected] 1 points 3 months ago

If a post is marked as deleted, it's only visible to you. You can undelete it if you want to.

When your account is deleted, it is removed permanently (as permanently as it can be when federation is involved).

[โ€“] [email protected] -4 points 3 months ago (3 children)

Others don't see the text of the comment though, it just says comment is deleted.

To answer your question, basically for Federation reasons (if I had to guess).

Its the same way with when you block someone, you're not blocking them from the seeing you, you're blocking yourself from seeing them. They can still respond to your comments and you wouldn't know they had.

~Anti~ ~Commercial-AI~ ~license~ ~(CC~ ~BY-NC-SA~ ~4.0)~

[โ€“] [email protected] 2 points 3 months ago

With the Sync app you can still see the comment if you hit "reply", as the reply view has a top box for reading the parent comment and making text selection and for some reason it retains the comment contents. Just an FYI

[โ€“] [email protected] 2 points 3 months ago* (last edited 3 months ago) (1 children)

If you click "source" on a deleted comment, you can see what was written before it was deleted on the Mlmym interface.

[โ€“] [email protected] -4 points 3 months ago

If you click โ€œsourceโ€ on a deleted comment, you can see what was written before it was deleted on the Mlmym interface.

Sounds like they're caching the comments, and not honoring the deletion request by removing the comment from their cache.

~Anti~ ~Commercial-AI~ ~license~ ~(CC~ ~BY-NC-SA~ ~4.0)~q

[โ€“] [email protected] 0 points 3 months ago* (last edited 3 months ago)

That's a shame. That's not a great way to do blocking, since it allows trolls to continue using your comments as a springboard for their bs.

It really should be a two-way block.