From bbca3be8e3d85dfc2733b36d77ce09cdec6b1496 Mon Sep 17 00:00:00 2001 From: No Date: Tue, 7 Nov 2023 22:53:21 -0500 Subject: [PATCH] Fix .m.rule.suppress_notices push rule not being valid JSON Signed-off-by: tusooa --- content/client-server-api/modules/push.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/push.md b/content/client-server-api/modules/push.md index 23222ada..8a515d2f 100644 --- a/content/client-server-api/modules/push.md +++ b/content/client-server-api/modules/push.md @@ -454,7 +454,7 @@ Definition: { "kind": "event_match", "key": "content.msgtype", - "pattern": "m.notice", + "pattern": "m.notice" } ], "actions": []