Skip to content

Commit

Permalink
Add the highlight tweak where messages should be highlighted a differ…
Browse files Browse the repository at this point in the history
…ent colour in appropriate clients.
  • Loading branch information
dbkr committed Mar 6, 2015
1 parent 590b544 commit 83d3114
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions synapse/push/baserules.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def make_base_content_rules(user):
{
'set_tweak': 'sound',
'value': 'default',
}, {
'set_tweak': 'highlight'
}
]
},
Expand All @@ -80,6 +82,8 @@ def make_base_override_rules():
{
'set_tweak': 'sound',
'value': 'default'
}, {
'set_tweak': 'highlight'
}
]
},
Expand Down

0 comments on commit 83d3114

Please sign in to comment.