this post was submitted on 20 May 2026
8 points (100.0% liked)
Programming.dev Meta
2757 readers
12 users here now
Welcome to the Programming.Dev meta community!
This is a community for discussing things about programming.dev itself. Things like announcements, site help posts, site questions, etc. are all welcome here.
Links
Credits
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 haven't hidden the community yet and the post is visible both on the standard frontend and the tesseract frontend. Not quite sure what's going on in OP's picture, checking the database, all the recent posts seem normal.
Are we sure it's the British Telly community? Unless OP manually revealed that post, then the two hidden ones above may be something else.
Regardless, they can click to reveal it as a workaround, and I still think it's just improperly handling communities marked as hidden since this is the code that seems to be triggered:
https://codeberg.org/tesseract-ui/Tesseract/src/commit/38f215e3ea164efce24cf3bf2d7f4f9ecde99633/src/lib/components/lemmy/post/Post.svelte#L352
That's fixed / no longer applicable in (upcoming) 1.5 since I re-wrote the whole filtering subsystem and no longer flag those to be filtered/hidden.