Conversation
Notices
-
Yonle (yonle@fedi.lecturify.net)'s status on Saturday, 24-Feb-2024 16:49:27 JST Yonle @lamp put these mrf, recompile, and enable it.
- RejectNewlyCreatedAccountNotePolicy https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/lib/pleroma/web/activity_pub/mrf/reject_newly_created_account_note_policy.ex [You will need configure ReiectNewlyCreatedAccountNotePolicy] (You already have this in Akkoma. Just enable and configure it)
- AntiMentionSpamPolicy: https://gitlab.com/soapbox-pub/rebased/-/blob/main/lib/pleroma/web/activity_pub/mrf/anti_mention_spam_policy.ex?ref_type=heads (If the above protection is not enough)
You will need to wget these elixir files into lib/pleroma/web/activity_pub/mrf/-
Niko :lyrical_lily: (niko@jir.moe)'s status on Saturday, 24-Feb-2024 16:49:27 JST Niko :lyrical_lily: @yonle @lamp how does AntiMentionSpamPolicy differ from HellthreadPolicy? In conversation permalink -
Yonle (yonle@fedi.lecturify.net)'s status on Sunday, 25-Feb-2024 01:29:31 JST Yonle @niko @lamp it's a mix between two of these MRF. It first checked whenever it has good reputation (Is it new? Has this account posted before?), and then whenever the note is mentions (which then led to rejection). In conversation permalink Niko :lyrical_lily: likes this.
-