Skip to content

Commit

Permalink
Fix .m.rule.suppress_notices push rule not being valid JSON (#1671)
Browse files Browse the repository at this point in the history
Signed-off-by: tusooa <[email protected]>
  • Loading branch information
tusooa authored Nov 8, 2023
1 parent 7c19500 commit 91724e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1671.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix `.m.rule.suppress_notices` push rule not being valid JSON.
2 changes: 1 addition & 1 deletion content/client-server-api/modules/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Definition:
{
"kind": "event_match",
"key": "content.msgtype",
"pattern": "m.notice",
"pattern": "m.notice"
}
],
"actions": []
Expand Down

0 comments on commit 91724e4

Please sign in to comment.