add additional data to be used when notification is clicked

This commit is contained in:
Javier 2016-01-27 18:18:27 -03:00
parent 77141d19ab
commit 0a40c0d128
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,8 @@ PushNotificationsService.prototype._sendPushNotifications = function(notificatio
opts.android = {
"data": {
"title": content.plain.subject,
"message": content.plain.body
"message": content.plain.body,
"walletId": notification.walletId,
}
};