diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-24 09:08:23 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-24 09:08:23 -0500 |
| commit | 992a697072c71dc374f27add137ea73fb2444454 (patch) | |
| tree | 9f52322e1544b3436f47cf94a4fd0d6b6d115b96 /www/js/EventServer.js | |
| parent | 2ee1fa1581db8fdbe0c9ba954c13cfda9d41a6c3 (diff) | |
remove sound/vibrate settings on push from app, better handled in system settings
Diffstat (limited to 'www/js/EventServer.js')
| -rw-r--r-- | www/js/EventServer.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
