Skip Navigation

Search

Summit @lemmy.world
asudox @lemmy.asudox.dev

Comment in locked posts as admin/mod

Lemmy version 0.19.4 added the ability for admins and mods to comment in locked posts. This comes in handy somtimes.

https://github.com/LemmyNet/lemmy/pull/4488

https://join-lemmy.org/news/2024-06-07_-_Lemmy_Release_v0.19.4_-_Image_Proxying_and_Federation_improvements

Summit @lemmy.world
idunnololz @lemmy.world

Hide duplicate posts I've already read

This is an idea I've had for a while now. Please let me know in the comments your thoughts on this feature.

This is my own feature request. I think the more I use Lemmy the more I find myself ignoring posts I've already read on a separate instance. In theory it doesn't sound like a bad idea to check out the same post from different instances since they have different comments however in practice this is rarely useful. I think a feature that essentially remembers the last ~100 posts you've read/hidden and then automatically filters out any new posts loaded with the same content would be cool.

Specifics:

  • Create a "cache" that remembers the last 100-1000 posts that are either read or hidden. This cache is per post feed. It can remember posts based on the title + maybe the first 100 characters of the post body + url (but not image urls since these can differ based on which instance the image is uploaded to). We can exclude any post with a title less than 25 characters and no body.