diff options
author | Volpeon <git@volpeon.ink> | 2021-10-20 09:28:31 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-10-20 09:28:31 +0200 |
commit | 34d6aa385807bce63c88ca0176190317aea343ba (patch) | |
tree | 26d2b11866f46e8952f45a39f234ac121df3992d /src/config.ts | |
parent | Keep 100 items in dedupe db (diff) | |
download | feralbot-34d6aa385807bce63c88ca0176190317aea343ba.tar.gz feralbot-34d6aa385807bce63c88ca0176190317aea343ba.tar.bz2 feralbot-34d6aa385807bce63c88ca0176190317aea343ba.zip |
Added post id blacklist
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts index 7d20621..a982124 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -40,6 +40,7 @@ export default { | |||
40 | queries: [ | 40 | queries: [ |
41 | mainQuery, | 41 | mainQuery, |
42 | ], | 42 | ], |
43 | blacklist: [] as number[], | ||
43 | }, | 44 | }, |
44 | /*misskey: { | 45 | /*misskey: { |
45 | instance: "https://mk.vulpes.one/", | 46 | instance: "https://mk.vulpes.one/", |