It sure would be nice to have some automated reporting by keywords right about now…you know, the thing I was explicitly told was NOT gonna happen…🤬
#Spam #Nonsense #Moderation #Mastodon #Fedi #Fediverse #FediAdmin #MastoAdmin
It sure would be nice to have some automated reporting by keywords right about now…you know, the thing I was explicitly told was NOT gonna happen…🤬
#Spam #Nonsense #Moderation #Mastodon #Fedi #Fediverse #FediAdmin #MastoAdmin
@abff08f4813c@j4vcdedmiokf56h3ho4t62mlku.srv.us Well I’m technically an admin of my own instance, so if it could live on my own instance and report like a normal user and not use the “forward to original instance” that’d be just fine. I got blocked by Eugen Rochko for suggesting such a thing.🤦♂️
Unfortunately, I think the ‘report to moderator’ function is handled by the code of the instance. E.g. in pyfedi it’s the instance’s server’s code that sends the message to the moderators and to the admins of the remote community/magazine, see https://codeberg.org/rimu/pyfedi/src/branch/main/app/post/routes.py#L1221 - so you’d have to modify your own instance’s source code to prevent this from happening as well. Probably easier to modify the code of the bot to send an email or a retoot instead.
Though interestingly there’s a version of pyfedi out there that’s missing this piece of code, see https://github.com/Jelloeater/pyfedi/blob/main/app/post/routes.py#L816