t҉̠̙ǵ̣̞̄ͪ͜x̸̱͚̳ͫ͐̑̈ͯͣ̚n̒͌҉͉̦̜̝ͅ

  • 2 Posts
  • 29 Comments
Joined in 419 years
cake
Cake day: May 1st, 2443

help-circle













  • Currently, it’s only storing your Lemmy JWT token (if you chose to save it) and your site/user data.

    There’s not really much value in saving these since there’s no user configuration stuff yet, providing more of a risk if these tokens were leaked (potentially for global admins)

    I was thinking of implementing a way to share data outside of Lemmy (for mod notes, ignored reports, user “Strikes”, and potentially user config). If this was not purely a frontend (and I had some kind of DB backend) then this would be less of a concern.

    I didn’t really want to run a backend, since it would involve me storing data on users of the tool - But this would be an option for people that set this up in their local Docker.



  • Yeah, I’ve experienced this. It’d be pretty easy to add a report-contains-word based filter for the images, but if content doesn’t match this then it’d still be an issue.

    or make it a textbox where mods can enter words themselves I quite like this approach, maybe:

    • Setting “Display content preview for NSFW posts”
    • Setting "Hide content preview with reports containing "

    I’ve created a bug for myself, https://github.com/tgxn/lemmy-modder/issues/63 If you wanted to add any additional information or track my progress. :D

    I also want to add an in-app popup (with the image/website) when you click the content directly instead of navigating to the actual content in a new tab, so this could get combined to only show content on click (as a configuration, defaulted to only show on “expand”).