Add RemoteReportPolicy to reject reports without enough information

This commit is contained in:
Alex Gleason 2022-11-05 13:56:56 -05:00 committed by b
commit 4533f171ab
3 changed files with 169 additions and 0 deletions

View file

@ -434,6 +434,10 @@ config :pleroma, :mrf_follow_bot, follower_nickname: nil
config :pleroma, :mrf_inline_quote, template: "<bdi>RT:</bdi> {url}"
config :pleroma, :mrf_remote_report,
reject_anonymous: true,
reject_empty_message: true
config :pleroma, :mrf_force_mention,
mention_parent: true,
mention_quoted: true