this post was submitted on 26 Apr 2025
45 points (100.0% liked)

Pawb.Social Announcements

467 readers
6 users here now

Official announcements from the admin team of Pawb.Social

founded 2 years ago
MODERATORS
 

We’ve been made aware that it is no longer possible to identify posts as NSFW in a NSFW community as of Lemmy 0.19.11 (https://github.com/LemmyNet/lemmy-ui/pull/2887), and as a result some posts appear to be not marked as NSFW.

While some apps (Voyager is the only one I have personally verified) do correctly flag the posts in NSFW communities as NSFW by default.

We’ve verified on 0.19.11 Lemmy will blur the image and not tag the post as NSFW, but we haven’t verified behavior from older instances viewing our communities / posts.

Due to the current time as of writing this, I’m not able to investigate further until the morning but I hope this provides some basic information on the situation for now.

top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 1 day ago
Update, Apr 27, 2025

We've updated Lemmy UI to a hotfix version of 0.19.11 that re-enables the NSFW field on the Create Post form for NSFW communities. This should once again allow users to correctly mark posts explicitly with the NSFW tag.

While a permanent fix is in development by the Lemmy team, please ensure you check this NSFW toggle if you're posting to a NSFW community.

Thank you for your understanding and patience.

[–] [email protected] 8 points 2 days ago (2 children)

You're welcome for making that clear :P

. . .anyway, thanks for working on the issue!

[–] [email protected] 4 points 1 day ago (2 children)

We've got a fix deployed that'll allow the NSFW box to be toggled again for new and existing posts -- Is there any chance you'd be able to facilitate that on your existing posts? We're hoping that'll alleviate reports and complaints in the interim while we wait for the permanent backend fix x3

[–] [email protected] 5 points 1 day ago

I tested and yes, I can flag NSFW now. I will update my posts soon

[–] [email protected] 2 points 1 day ago (1 children)

As a user level verification, I don't see a checkbox for post https://pawb.social/post/22913626 I'm on the default web interface. The post was marked as NSFW originally by some developer tools trickery.

[–] [email protected] 3 points 1 day ago* (last edited 1 day ago) (1 children)

I'm not able to replicate this myself as it's showing on both the Create Post and editing modes. I've cleared the site cache on Cloudflare as it could be it's caching an old version of the UI. I'd also encourage clearing your browser cache / force refreshing.

[–] [email protected] 3 points 1 day ago

Okay, a hard refresh and now its showing up. (ctrl + shift +r)

[–] [email protected] 4 points 1 day ago

Just as a hack, when creating a new post, most of the information is passed as parameters in the URL, you can ensure the NSFW flag is set for the front end by ensuring nsfw=true is one of the parameters in the request.