Fix .m.rule.suppress_notices push rule not being valid JSON

Signed-off-by: tusooa <tusooa@kazv.moe>
This commit is contained in:
No 2023-11-07 22:53:21 -05:00 committed by GitHub
parent 7c19500da7
commit bbca3be8e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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": []