Lemmy Moderation Tooling

t҉̠̙ǵ̣̞̄ͪ͜x̸̱͚̳ͫ͐̑̈ͯͣ̚n̒͌҉͉̦̜̝ͅ@lemmy.tgxn.net to Fediverse@lemmy.world – 114 points –
modder.lemmyverse.net

Hey all,

I'm the author of lemmyverse.net and I've recently been working on a new moderation tool called Lemmy Modder. https://modder.lemmyverse.net/

Currently, it supports user registration/approvals and content report management. I offer it either as a hosted app (which is currently only compatible with Lemmy 0.18 instances) or a package that you can run alongside your Lemmy instance (using Docker-Compose)

Feel free to give it a go and send any feedback my way :) https://github.com/tgxn/lemmy-modder

Edit for a note: This tool does not save, proxy or store any of your user credentials or data to me, it is only ever stored locally in your browser. I also do not use any website tracking tools. 👍

27

You are viewing a single comment

Very true, though as a moderator, I expect you'd need to validate the report is not reporting something that's totally fine.

I'm not sure how to deal with this, perhaps I could read your user settings for blur_nsfw and apply that as the default? Or, perhaps a toggle setting that just turns media embeds on/off completely that defaults based on the same user-setting?

[This comment has been deleted by an automated system]

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").

I’m not sure how to deal with this, perhaps I could read your user settings for blur_nsfw and apply that as the default? Or, perhaps a toggle setting that just turns media embeds on/off completely that defaults based on the same user-setting?

Yeah default off seems like the best option, if somebody reports that i would just hide it because it is not worth the risk), especially if there are multiple reports, i don't know if lemmy has an "appeal" system but maybe that could help too.

Showing a user total karma and the number of downvotes he got could also be a decent indication.