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

Signed-off-by: tusooa <tusooa@kazv.moe>
pull/1672/head
No 6 months ago committed by GitHub
parent 7c19500da7
commit 91724e4aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save