Like the last 3 or 4 I did when I went back and double checked after someone commented on it not being marked I found they were also not marked.

Possible bug? Just thought I’d point it out.

  • Triple Underscore
    link
    English
    5
    edit-2
    1 year ago

    I think what’s happening is that the new auto-NSFW patch is checking the box visually, but isn’t letting Lemmy know about the box actually being checked.

    Here is the code that seems to be behind it. It’s setting .checked true, but there’s a change event Lemmy registers on the checkbox, which I’m not entirely sure if it gets triggered or not.

    This seems like a really roundabout way of going with this, but I’m not sure how hard it would be to do the ‘proper’ way. It’s 4 AM and I really should be sleeping instead of lurking here.

    • @FilthOP
      link
      English
      1
      edit-2
      1 year ago

      I see… mostly. I get the concept at least. I guess I’ll use the uncheck and recheck method until I hear its fixed. Go to sleep.

      • Triple Underscore
        link
        English
        11 year ago

        I guess I’ll use the uncheck and recheck method until I hear its fixed

        with how the patch works, sending untagged and tagging afterwards would be more reliable, as it only runs on the ‘create post’ page. but then i’m not sure how well this would affect the federation (it’s certainly better than keeping it untagged)

        Go to sleep.

        don’t feel like it

        • @yayA
          link
          English
          31 year ago

          Now I have to get up from my bed and fix this shit. Are you guys happy? :)

          • @yayA
            link
            English
            01 year ago

            Just removed the patch 👍