mirror of https://github.com/vector-im/riot-web
Merge pull request #687 from vector-im/push-rules-call-settings-fix
Fixed call push notifications settings that always stayed OFFpull/713/head
commit
39eb0f9c8f
|
@ -195,8 +195,8 @@ var VectorPushRulesDefinitions = {
|
||||||
loud: [
|
loud: [
|
||||||
"notify",
|
"notify",
|
||||||
{
|
{
|
||||||
"set_tweak": "ring",
|
"set_tweak": "sound",
|
||||||
"value": "default"
|
"value": "ring"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue