From 3ccfcfb3dc9562b38141b26aed3bf61e24be4457 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 28 May 2023 21:57:01 +0200 Subject: akkoma: reject mstdn.social --- flora/services/akkoma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix index c4f4e39..688b5ec 100644 --- a/flora/services/akkoma.nix +++ b/flora/services/akkoma.nix @@ -102,6 +102,7 @@ in ":mrf_simple" = { reject = [ (mkTuple ["mastodon.social" "spam"]) + (mkTuple ["mstdn.social" "scraping for language model"]) (mkTuple ["uden.ai" "lol"]) ]; }; -- cgit v1.2.3