summaryrefslogtreecommitdiff
path: root/flora
diff options
context:
space:
mode:
authorstuebinm2023-05-28 21:57:01 +0200
committerstuebinm2023-05-28 21:57:01 +0200
commit3ccfcfb3dc9562b38141b26aed3bf61e24be4457 (patch)
tree21638b0f06a0bc821fe2c3c92d34c98a25c4bce6 /flora
parent9699dcad6ddab0ea2ddfc95de03861b02dbaf80f (diff)
akkoma: reject mstdn.social
Diffstat (limited to 'flora')
-rw-r--r--flora/services/akkoma.nix1
1 files changed, 1 insertions, 0 deletions
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"])
];
};