From 992a697072c71dc374f27add137ea73fb2444454 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 24 Feb 2020 09:08:23 -0500 Subject: remove sound/vibrate settings on push from app, better handled in system settings --- www/js/EventServer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/EventServer.js') diff --git a/www/js/EventServer.js b/www/js/EventServer.js index 7dcb6937..ad5f673a 100644 --- a/www/js/EventServer.js +++ b/www/js/EventServer.js @@ -536,7 +536,7 @@ angular.module('zmApp.controllers') "ios": { "alert": "true", "badge": "true", - "sound": ld.soundOnPush, + "sound": "true", //"sound": "true", "clearBadge": "true", //"fcmSandbox": "true" -- cgit v1.2.3