3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 14:11:50 +00:00

Allow using thread/is_thread override criteria

This commit is contained in:
Dragory 2021-09-05 20:58:26 +03:00
parent 375837c31f
commit 9dea0e7d17
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -62,6 +62,8 @@ const PluginOverrideCriteriaType: t.Type<PluginOverrideCriteria<unknown>> = t.re
const validTopLevelOverrideKeys = [ const validTopLevelOverrideKeys = [
"channel", "channel",
"category", "category",
"thread",
"is_thread",
"level", "level",
"user", "user",
"role", "role",