this post was submitted on 28 Aug 2023
342 points (98.3% liked)
FediLore + Fedidrama
2232 readers
1 users here now
Chronicle the life and tale of the fediverse (+ matrix)
Largely a sublemmy about capturing drama, from fediverse spanning drama to just lemmy drama.
Includes lore like how a instance got it's name, how an instance got defederated, how an admin got doxxed, fedihistory etc
(New) This sub's intentions is to an archive/newspaper, as in preferably don't get into fights with each other or the ppl featured in the drama
Tags: fediverse news, lemmy news, lemmyverse
Partners:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Okay, honest question. What mod tools are lacking. If there's something needed, what is that thing or things?
I went over to the feature request page for Lemmy and I couldn't find anything massive in terms of requests for moderation tools that would have been sure fire ways to stop this particular event.
That said, there is over 400 open feature requests alone on Lemmy's github. I obviously couldn't go through every single one. But coming from the kbin side I'm just curious about our Lemmy brothers and sisters. It sounds dire and I'm woefully under informed on how bad it is.
There aren't enough roles. There's admin, moderator, and user, but it would be best to have tiers of user in between. Reports go to 4 categories of user when you file a report. Report a comment for violating a fun rule your community decided to implement (all post titles must contain "Jon Bois Rules!")? That report goes to: the community moderators (good), the community's host instance's admin (bad), your instance's admin (bad), the user who posted the "offending post"'s instance's admin (bad).
Only admins can permanently remove illegal content. If a mod "removes" it, it still sits visible to all in modlog, and for the purposes of CSAM specifically, that counts as distribution which is prosecuted as a worse crime than possession. Federation with other instances is effectively binary. You can or cannot federate, you cannot set traffic as unidirectional like you can on most other fediverse platforms. The modlogs make it hard to parse who the moderator performing an action is acting on the behalf of. Was it a community mod? An admin? Your admin?
There's more but my phone is getting low on battery
Agreed, I don't know what AutoMod did on Reddit but if what mods need is a rule-configurable post remover then I'd be happy to clobber together something in Python
There's this bot that is used in a couple of communities on feddit.de:
https://github.com/Dakkaron/SquareModBot
Oh great! This was literally how I envisioned my python script – JSON config file and all
If you've really got the time and energy I think you would see pretty heavy use of such a tool. I think the existing libraries are definitely mature enough. I've been surprised that nobody has done it already
Nice, do you happen to remember what the most popular moderation rules were? So far I can think of:
I have exams in September but if I get a free day it should be enough to get something working
Wait does lemmy have reporting functionality, so you could use some type of number of reports?
As in Python Lemmy libraries?
Yep. That's what I've been looking at at least
Here's some things Beehaw admind have been asking for from moderation since June: https://beehaw.org/comment/397674
See github issues #3255 and #3275