summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2023-05-21 17:21:00 +0200
committerstuebinm2023-05-21 17:21:12 +0200
commitde0e19f08368b410fd257478c787609691ef0cc1 (patch)
treec0683423ae8541831c2b4743a7b3a73ffc26ac6b
parentc79031514fa954fe6681732e23ea43f6225c9e83 (diff)
akkoma: reject another instance
no idea who this is, they just plopped up suddenly
-rw-r--r--flora/services/akkoma.nix5
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"