this post was submitted on 08 Oct 2024
5 points (100.0% liked)
Fediverse stuff
0 readers
4 users here now
This is a magazine dedicated to posts about the Fediverse and things related to it. This is a MBin magazine, but you can follow it from Lemmy or Piefed as well. If you want to post specifically about Mbin feel free to post into [email protected]
Recommended magazines
Rules
- Please stay on topic, if it's off-topic please write [META] in the title. Please report off-topic posts if you see them.
- Try to avoid drama related posts, for this type of content you can go to [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@[email protected] 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