From e9275bf232a3df3b3e174740ea12fea73cadeba3 Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 30 Jan 2016 21:22:48 -0300 Subject: [PATCH] stacking notifications in android --- lib/pushnotificationsservice.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pushnotificationsservice.js b/lib/pushnotificationsservice.js index 4456451..4b068ae 100644 --- a/lib/pushnotificationsservice.js +++ b/lib/pushnotificationsservice.js @@ -125,6 +125,7 @@ PushNotificationsService.prototype._sendPushNotifications = function(notificatio "title": content.plain.subject, "message": content.plain.body, "walletId": sjcl.hash.sha256.hash(notification.walletId), + "notId": Math.floor(Math.random()*100000)+1 } };