Fix .m.rule.suppress_notices push rule not being valid JSON (#1671)

Signed-off-by: tusooa <tusooa@kazv.moe>
This commit is contained in:
No 2023-11-08 03:00:35 -05:00 committed by GitHub
parent 7c19500da7
commit 91724e4aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix `.m.rule.suppress_notices` push rule not being valid JSON.

View file

@ -454,7 +454,7 @@ Definition:
{ {
"kind": "event_match", "kind": "event_match",
"key": "content.msgtype", "key": "content.msgtype",
"pattern": "m.notice", "pattern": "m.notice"
} }
], ],
"actions": [] "actions": []