diff options
author | stuebinm | 2023-05-28 21:57:01 +0200 |
---|---|---|
committer | stuebinm | 2023-05-28 21:57:01 +0200 |
commit | 3ccfcfb3dc9562b38141b26aed3bf61e24be4457 (patch) | |
tree | 21638b0f06a0bc821fe2c3c92d34c98a25c4bce6 /flora/services | |
parent | 9699dcad6ddab0ea2ddfc95de03861b02dbaf80f (diff) |
akkoma: reject mstdn.social
Diffstat (limited to 'flora/services')
-rw-r--r-- | flora/services/akkoma.nix | 1 |
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"]) ]; }; |