mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-23 17:45:03 +00:00
Allow using thread/is_thread override criteria
This commit is contained in:
parent
23748f5dd4
commit
d89659ef69
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ const PluginOverrideCriteriaType: t.Type<PluginOverrideCriteria<unknown>> = t.re
|
|||
const validTopLevelOverrideKeys = [
|
||||
"channel",
|
||||
"category",
|
||||
"thread",
|
||||
"is_thread",
|
||||
"level",
|
||||
"user",
|
||||
"role",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue