Request: Allow instances to obscure individual reporter account when forwarding reports
When a Mastodon instance forwards a report to another instance, it obscures the account of the individual reporter, and only shows the instance information instead to prevent harassment against the user as a result of that report.
As an example, here's a report on one of my users from random anonymous user @ godforsaken.website, who's info is appropriately protected when forwarded to my instance
I believe Mastodon's code for doing so is here: https://github.com/tootsuite/mastodon/blob/main/app/services/report_service.rb#L55 so it seems like something that should be possible on Pleroma.
I know the inevitable hesitation towards this option will be the potential for report abuse, but that's avoidable with a simple declining of reports from a specific instance, as I did in the case of the above report and never had any further issues, so I don't think the risk of that outweighs the reality of our instances bringing harassment onto individual users when they forward a report in good faith.
We could avoid having the pleroma project having to make that decision of which is the bigger risk by having instance admins configure it through admin-fe based on their personal beliefs.
Thank you!