Merge pull request #687 from vector-im/push-rules-call-settings-fix

Fixed call push notifications settings that always stayed OFF
pull/713/head
manuroe 2016-01-20 17:06:01 +01:00
commit 39eb0f9c8f
1 changed files with 2 additions and 2 deletions

View File

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