3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 09:35:02 +00:00

Allow using thread/is_thread override criteria

This commit is contained in:
Dragory 2021-09-05 20:58:26 +03:00
parent 23748f5dd4
commit d89659ef69

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",