stacking notifications in android

This commit is contained in:
Javier 2016-01-30 21:22:48 -03:00
parent 831d93ab3b
commit e9275bf232
1 changed files with 1 additions and 0 deletions

View File

@ -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
}
};