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