Merge remote-tracking branch 'auscompgeek/push-username-highlight'

This commit is contained in:
Travis Ralston 2020-05-01 10:25:15 -06:00
commit 0207242e23
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
Fix the ``.m.rule.contains_user_name`` default push rule to set the highlight tweak, matching Synapse and users' expectations.

View file

@ -473,6 +473,9 @@ Definition (as a ``content`` rule):
{
"set_tweak": "sound",
"value": "default"
},
{
"set_tweak": "highlight"
}
]
}