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 = [
"channel",
"category",
"thread",
"is_thread",
"level",
"user",
"role",