Skip to content
Snippets Groups Projects
Commit 83d31144 authored by David Baker's avatar David Baker
Browse files

Add the highlight tweak where messages should be highlighted a different...

Add the highlight tweak where messages should be highlighted a different colour in appropriate clients.
parent 590b544f
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,8 @@ def make_base_content_rules(user):
{
'set_tweak': 'sound',
'value': 'default',
}, {
'set_tweak': 'highlight'
}
]
},
......@@ -80,6 +82,8 @@ def make_base_override_rules():
{
'set_tweak': 'sound',
'value': 'default'
}, {
'set_tweak': 'highlight'
}
]
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment