summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-10-30 07:32:38 +0200
committerVolpeon <git@volpeon.ink>2021-10-30 07:32:38 +0200
commit19feddfbdbc45fc2b716694b5856d437945befac (patch)
tree434132547b08537fd1feeee68cdd4b210dd872ce
parentIncrease dedupe queue to 200 (diff)
downloadferalbot-19feddfbdbc45fc2b716694b5856d437945befac.tar.gz
feralbot-19feddfbdbc45fc2b716694b5856d437945befac.tar.bz2
feralbot-19feddfbdbc45fc2b716694b5856d437945befac.zip
Add 2864729 to blacklist for not being feral
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index b8aebfa..3b52088 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -55,7 +55,7 @@ export default {
55 queries: [ 55 queries: [
56 mainQuery, 56 mainQuery,
57 ], 57 ],
58 blacklist: [672088, 1064946, 2495430, 2408200, 2588693], 58 blacklist: [672088, 1064946, 2495430, 2408200, 2588693, 2864729],
59 }, 59 },
60 /*misskey: { 60 /*misskey: {
61 instance: "https://mk.vulpes.one/", 61 instance: "https://mk.vulpes.one/",