diff options
author | stuebinm | 2023-05-21 17:21:00 +0200 |
---|---|---|
committer | stuebinm | 2023-05-21 17:21:12 +0200 |
commit | de0e19f08368b410fd257478c787609691ef0cc1 (patch) | |
tree | c0683423ae8541831c2b4743a7b3a73ffc26ac6b /flora | |
parent | c79031514fa954fe6681732e23ea43f6225c9e83 (diff) |
akkoma: reject another instance
no idea who this is, they just plopped up suddenly
Diffstat (limited to 'flora')
-rw-r--r-- | flora/services/akkoma.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix index e3aed9d..c4f4e39 100644 --- a/flora/services/akkoma.nix +++ b/flora/services/akkoma.nix @@ -100,7 +100,10 @@ in redirect_on_failure = true; }; ":mrf_simple" = { - reject = [ (mkTuple ["mastodon.social" "spam"]) ]; + reject = [ + (mkTuple ["mastodon.social" "spam"]) + (mkTuple ["uden.ai" "lol"]) + ]; }; ":mrf".policies = map mkAtom [ "Pleroma.Web.ActivityPub.MRF.SimplePolicy" |