From 888fde0f53f99faf6745ff3eda9d1295c6559c7d Mon Sep 17 00:00:00 2001 From: manuroe Date: Wed, 20 Jan 2016 17:01:09 +0100 Subject: [PATCH] Fixed call push notifications settings that always stayed OFF --- src/components/views/settings/Notifications.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/settings/Notifications.js b/src/components/views/settings/Notifications.js index b821d7c62f..8ab59de8e7 100644 --- a/src/components/views/settings/Notifications.js +++ b/src/components/views/settings/Notifications.js @@ -195,8 +195,8 @@ var VectorPushRulesDefinitions = { loud: [ "notify", { - "set_tweak": "ring", - "value": "default" + "set_tweak": "sound", + "value": "ring" } ] }