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:
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 = [
|
const validTopLevelOverrideKeys = [
|
||||||
"channel",
|
"channel",
|
||||||
"category",
|
"category",
|
||||||
|
"thread",
|
||||||
|
"is_thread",
|
||||||
"level",
|
"level",
|
||||||
"user",
|
"user",
|
||||||
"role",
|
"role",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue