|
@ -125,6 +125,7 @@ PushNotificationsService.prototype._sendPushNotifications = function(notificatio |
|
|
"message": content.plain.body |
|
|
"message": content.plain.body |
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
opts.ios = { |
|
|
opts.ios = { |
|
|
"alert": content.plain.body, |
|
|
"alert": content.plain.body, |
|
|
"sound": "default" |
|
|
"sound": "default" |
|
|