Apple Push notifications. Trying something else. again

This commit is contained in:
Martin Donnelly 2016-04-29 14:21:53 +01:00
parent ddb9889806
commit 2a137db33f

View File

@ -167,7 +167,7 @@ officeController.prototype.announceMeetingEnd = function(meeting) {
this.sendiOSAPN(packet);
sender.sendMessage(message.toJSON(), '', true, function(err, data) {
/*sender.sendMessage(message.toJSON(), '', true, function(err, data) {
if (!err) {
logger.info('Message sent');
logger.debug(data);
@ -180,7 +180,7 @@ officeController.prototype.announceMeetingEnd = function(meeting) {
});
*/
};