this post was submitted on 08 Oct 2024
73 points (92.0% liked)

Ye Power Trippin' Bastards

299 readers
19 users here now

This is a community in the spirit of "Am I The Asshole" where people can post their own bans from lemmy or reddit or whatever and get some feedback from others whether the ban was justified or not.

Sometimes one just wants to be able to challenge the arguments some mod made and this could be the place for that.

Rules

Expect to receive feedback about your posts, they might even be negative.

Make sure you follow this instance's code of conduct. In other words we won't allow bellyaching about being sanctioned for hate speech or bigotry.


Some acronyms you might see.


Relevant comms

founded 3 months ago
MODERATORS
 

Edit: @Flatworm7591@lemmy.dbzer0.com Contacted the moderator who did it on my behalf who admitted that this was a mistake, he sends his apologies. This incident though does highlight though the need for ban notifications as well as the need for a modmail system to contact community and site moderators.

I have left the post up with the original contents bellow as I feel it would be wrong to delete the post and rob people of the valuable information it contains, both in the post itself and in the comment section.


I messaged a mod from the community, not sure if that was the one who did it but this was weird. Not sure if it's power-tripping probably a mistake but it's certainly weird and seems like a knee jerk reaction since I didn't have activity in those last 10 days (I checked for votes too). Also no other bans in the modlog for "sock puppet account" so I don't even know why I would be singled out.

Why would someone think I was a sock puppet account? Because I have multiple accounts on different instances? Really weird...

Account is @Draconic_NEO@lemmy.world, I didn't post from that account since I try to keep each account on each separate instance (helps prevent accidental vote manipulation).

you are viewing a single comment's thread
view the rest of the comments
[–] AsudoxDev@programming.dev 12 points 1 month ago* (last edited 1 month ago) (1 children)

I might work on this. My implementation would be a simple backend route that simply messages all of the mods in a community (maybe with a [modmail] prefix as an indicator) Should be fairly simple. Like a bulk PM.

[–] my_hat_stinks@programming.dev 11 points 1 month ago (1 children)

That approach seems ineffective to me, you'd end up with situations where every mod wastes time responding to the same thing or where no mod responds at all because they assume someone else will handle it.

Imo a better starting point is a hidden text post which notifies mods of a community.

[–] AsudoxDev@programming.dev 5 points 1 month ago* (last edited 1 month ago)

Yeah, but that increases the complexity. That was my first idea. If it is going to be more complex, then we can make a dedicated modmail page for the mods in a community. We possibly could reuse code from the report functionality. Actually, I'm sure the report system could be readjusted to just be a text from a user. The resolve function is perfect for mod assignments. Then the conversation between the modmail user and the mod can continue in the PMs.

edit: made a feature request regarding this: https://github.com/LemmyNet/lemmy/issues/5110