All I want to do is to correct missing NSFW tags on my own communities without having to bug people about it every other post :/

Edit: Looking through the UI code, it seems to only show for the creator, meaning I don’t think even admins themselves can’t edit without directly going to the database. I wonder if the API is similarly limited…

Edit 2: Looking that way…

  • Triple Underscore@lemmynsfw.comOP
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 year ago

    To be fair I do have the technical knowhow to duct-tape a patch for this. I’d try my shot at getting it upstreamed but there has to be a reason why it’s implemented like this. And my sleep deprived ass can’t figure out why. Did they seriously just overlook something like this?

    Also I can’t be bothered with opening up a github acct under this name.

    • lemmyposter212@lemmynsfw.com
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      1 year ago

      Moderator tools are a complex thing, a lot of things centered around moderation and nsfw content haven’t been super fleshed out yet

      give it some time andcreate an issue on the Lemmy frontend GitHub page

        • Filth@lemmynsfw.com
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          1 year ago

          That seems to be about actually editing the post. I don’t think its unfeasible to give a mod permission to flag a post in their group as NSFW. I doubt they’ve thought about it from the POV of a NSFW instance.

          Just like there should be a way to auto flag every post on an instance as NSFW by default.
          which… actually seems to be happening for me? Was something implemented?

          • Triple Underscore@lemmynsfw.comOP
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            which… actually seems to be happening for me? Was something implemented?

            the backend version string at the footer seems to have gained a -nsfwpatch which wasn’t there before. i think modifications are starting to happen