mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 05:44:10 +02:00
Fix .m.rule.suppress_notices push rule not being valid JSON
Signed-off-by: tusooa <tusooa@kazv.moe>
This commit is contained in:
parent
7c19500da7
commit
bbca3be8e3
|
|
@ -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": []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue