Fixed call push notifications settings that always stayed OFF

This commit is contained in:
manuroe 2016-01-20 17:01:09 +01:00
parent ad6a19a0df
commit 888fde0f53

View File

@ -195,8 +195,8 @@ var VectorPushRulesDefinitions = {
loud: [ loud: [
"notify", "notify",
{ {
"set_tweak": "ring", "set_tweak": "sound",
"value": "default" "value": "ring"
} }
] ]
} }