From 0ae597626af258c133ac285220754ccbd663bae6 Mon Sep 17 00:00:00 2001 From: David Vo Date: Fri, 1 May 2020 00:32:15 +1000 Subject: [PATCH 1/2] Fix .m.rule.contains_user_name push rule to highlight Signed-off-by: David Vo --- specification/modules/push.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/modules/push.rst b/specification/modules/push.rst index c9489987..ebf1aef2 100644 --- a/specification/modules/push.rst +++ b/specification/modules/push.rst @@ -473,6 +473,9 @@ Definition (as a ``content`` rule): { "set_tweak": "sound", "value": "default" + }, + { + "set_tweak": "highlight" } ] } From b8efb5ac4701554c5eda7ca7ba3a8f2a880c93b5 Mon Sep 17 00:00:00 2001 From: David Vo Date: Fri, 1 May 2020 15:27:20 +1000 Subject: [PATCH 2/2] Add changelog for 2519 Signed-off-by: David Vo --- changelogs/client_server/newsfragments/2519.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/2519.clarification diff --git a/changelogs/client_server/newsfragments/2519.clarification b/changelogs/client_server/newsfragments/2519.clarification new file mode 100644 index 00000000..eb3fb6a8 --- /dev/null +++ b/changelogs/client_server/newsfragments/2519.clarification @@ -0,0 +1 @@ +Fix the ``.m.rule.contains_user_name`` default push rule to set the highlight tweak, matching Synapse and users' expectations.