summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-05-10 16:33:19 +0200
committerVolpeon <git@volpeon.ink>2022-05-10 16:33:19 +0200
commitbe80f271a70e13f34add7948e0cbf7a2e4a4eea7 (patch)
tree080f7f80571459811d6f4bfbc1ecbf63157964f8
parentExpanded tag blacklist (diff)
downloadferalbot-be80f271a70e13f34add7948e0cbf7a2e4a4eea7.tar.gz
feralbot-be80f271a70e13f34add7948e0cbf7a2e4a4eea7.tar.bz2
feralbot-be80f271a70e13f34add7948e0cbf7a2e4a4eea7.zip
Add 3233683 to blacklist
-rw-r--r--src/config.ts7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/config.ts b/src/config.ts
index 1740e5e..6459419 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -62,7 +62,7 @@ const mainQuery: GetPostQuery = {
62 "big_butt", 62 "big_butt",
63 "thigh_highs", 63 "thigh_highs",
64 "legwear", 64 "legwear",
65 "leggings" 65 "leggings",
66 ], 66 ],
67 maxPage: 121, 67 maxPage: 121,
68}; 68};
@@ -82,7 +82,10 @@ export default {
82 maxPage: 45, 82 maxPage: 45,
83 }, 83 },
84 ], 84 ],
85 blacklist: [672088, 1064946, 2495430, 2408200, 2588693, 2864729, 356070, 2701998, 2486370, 1926597, 2610584, 1519128, 1828400, 2981041], 85 blacklist: [
86 672088, 1064946, 2495430, 2408200, 2588693, 2864729, 356070, 2701998, 2486370, 1926597, 2610584, 1519128,
87 1828400, 2981041, 3233683,
88 ],
86 }, 89 },
87 /*misskey: { 90 /*misskey: {
88 instance: "https://mk.vulpes.one/", 91 instance: "https://mk.vulpes.one/",