Here are a few things off the top of my head.
Deleted accounts leave orphaned posts/comments, which still exist on the site but can be difficult for admins to find and remove: https://github.com/LemmyNet/lemmy/issues/5525
Private message reports don’t go to all the right people: https://github.com/LemmyNet/lemmy/issues/4436
We should be getting some vote analytics in the future, which will be great. Lemmy seems to have a significant number of vote manipulation accounts that only exist to upvote/downvote in unison, but they are currently hard to find. https://github.com/LemmyNet/lemmy/pull/5669
I really should open an issue to improve the reports queue. It’s tolerable if you mod an individual community or a smaller instance, but it is unusable as an admin on a really big instance like .world. There is no way to search or sort the reports. You can filter by posts or comments but then it only shows you 20 entries, which is a weird and unhelpful limitation. All reports have equal priority; there is no mechanism for users to flag reports that should be escalated to admins. And, if something is heavily reported, there is no way to batch resolve the reports after you address the issue.
scrubbles@poptalk.scrubbles.tech 3 weeks ago
A built in auto mod is the largest thing. A way to say that this common pattern is spam and to block it system wide, right now we just don’t have that. A nice to have stretch goal would be to use some model to fight actual gore or csam material, which just doesn’t exist. A moderation dashboard would be great to see users with their comment history, vote trends, high level to see if a person just had an off comment that might be taken the wrong way, or if there is a trend of trolling behavior
These have been opened on the GitHub and either sit open forever or are just closed.
Die4Ever@retrolemmy.com 3 weeks ago
does Reddit have any of these tools built-in? they sound cool, but they can also be built externally (I believe an automod exists?), and I would say correctly take a back seat to bug fixes
scrubbles@poptalk.scrubbles.tech 3 weeks ago
Why compare us to reddit? We feel like Reddit but from a hosting and admin perspective it’s a whole different ballgame. Mods of reddit at worst run the risk of their communities being taken down for a bit if they let content slip through. Here on Lemmy us admins are legally liable for content that is posted. We don’t have a large limited liability corporation that will take the hit for us. We need these tools, or we are the ones that will have boots through doors.
Die4Ever@retrolemmy.com 3 weeks ago
github.com/RikudouSage/LemmyAutomod
I think it’s better as separate software. It means it can be developed more efficiently. And this seems to have a lot of features.
misk@sopuli.xyz 3 weeks ago
Yes.
JackbyDev@programming.dev 3 weeks ago
For admins? Surely.
Die4Ever@retrolemmy.com 3 weeks ago
I wonder if it’s in the same git repo as Reddit itself, or if it’s separate software