Fix .m.rule.suppress_notices push rule not being valid JSON (#1671)
Signed-off-by: tusooa <tusooa@kazv.moe>
This commit is contained in:
parent
7c19500da7
commit
91724e4aef
2 changed files with 2 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
Fix `.m.rule.suppress_notices` push rule not being valid JSON.
|
|
@ -454,7 +454,7 @@ Definition:
|
|||
{
|
||||
"kind": "event_match",
|
||||
"key": "content.msgtype",
|
||||
"pattern": "m.notice",
|
||||
"pattern": "m.notice"
|
||||
}
|
||||
],
|
||||
"actions": []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue