mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 09:58:38 +01:00
Merge remote-tracking branch 'auscompgeek/push-username-highlight'
This commit is contained in:
commit
0207242e23
|
|
@ -0,0 +1 @@
|
|||
Fix the ``.m.rule.contains_user_name`` default push rule to set the highlight tweak, matching Synapse and users' expectations.
|
||||
|
|
@ -473,6 +473,9 @@ Definition (as a ``content`` rule):
|
|||
{
|
||||
"set_tweak": "sound",
|
||||
"value": "default"
|
||||
},
|
||||
{
|
||||
"set_tweak": "highlight"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue