Hello!

I’m using 1.7.7, but I think I’ve experienced it since at least 1.7.3.

I made a report recently for a “Not marked NSFW” post in my All feed on my instance. Someone reached out and showed proof that it was marked as NSFW on Multiple instances. I promised more diligence on my part going forward.

After scrolling today again through my all feed, I identified these 2 posts that are marked NSFW, but the content is unblurred.

Below are the links from the content tonight. I verified via web as well as another app that they are NSFW and blurred elsewhere.

https://sh.itjust.works/post/14737990

https://sh.itjust.works/post/14738344

  • Dieguito 🦝@feddit.itM
    link
    fedilink
    arrow-up
    3
    ·
    4 months ago

    Thanks for the report, I’ll look into it! There may be two sides of the issue: (1) the image is embedded in the post body and not attached in the URL field of the post, in this case there is little I can do (2) I accidentally relaxed the constraint if a post belongs to a NSFW community, which should happen only in the community detail and not in the home. The second one is a bug I can easily fix.

    • Dieguito 🦝@feddit.itM
      link
      fedilink
      arrow-up
      5
      ·
      4 months ago

      So, to follow up… life is full of surprises and it was neither!

      The real reason is that the blur modifier does not seem to work for video PlayerView, I had to adopt another workaround: when seeing a post with a video URL which is marked as NSFW (in a feed like Home or a non-NSFW community detail), the video is hidden and a “Load” button is displayed to access the post detail, where no blur is applied as usual.

      Fix in this PR.