summaryrefslogtreecommitdiff
path: root/www/js/EventServer.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-11-25 11:33:21 -0500
committerPliable Pixels <pliablepixels@gmail.com>2017-11-25 11:33:21 -0500
commit30726c41cea20fb6a8d6dce8bfb64a6966025871 (patch)
tree4c1fc279efb809e4a6932a308b6280c8aff7de8b /www/js/EventServer.js
parent89b3cd56482e2548dd14400c84b177e2d8a61c42 (diff)
#562 next version of zmNinja will need new Event Server too
Diffstat (limited to 'www/js/EventServer.js')
-rw-r--r--www/js/EventServer.js12
1 files changed, 7 insertions, 5 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js
index b0d0c83f..ce5ef044 100644
--- a/www/js/EventServer.js
+++ b/www/js/EventServer.js
@@ -392,10 +392,12 @@ angular.module('zmApp.controllers')
{
"ios":
{
- "alert": true,
- "badge": true,
+ "alert": "true",
+ "badge": "true",
"sound": ld.soundOnPush,
- "clearBadge": true
+ //"sound": "true",
+ "clearBadge": "true",
+ // "fcmSandbox": true
}
}
@@ -412,9 +414,9 @@ angular.module('zmApp.controllers')
{
"android":
{
- "senderID": zm.gcmSenderId,
+ // "senderID": zm.gcmSenderId,
"icon": "ic_stat_notification",
- sound: ld.soundOnPush,
+ sound: "true",
vibrate: ld.vibrateOnPush
//"sound": android_media_file
}