summaryrefslogtreecommitdiff
path: root/flora/services
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"