mirror of
https://gitlab.silvrtree.co.uk/martind2000/SODashServer.git
synced 2025-03-12 13:59:59 +00:00
Apple Push notifications. Trying something else. again
This commit is contained in:
parent
ddb9889806
commit
2a137db33f
@ -167,7 +167,7 @@ officeController.prototype.announceMeetingEnd = function(meeting) {
|
|||||||
|
|
||||||
this.sendiOSAPN(packet);
|
this.sendiOSAPN(packet);
|
||||||
|
|
||||||
sender.sendMessage(message.toJSON(), '', true, function(err, data) {
|
/*sender.sendMessage(message.toJSON(), '', true, function(err, data) {
|
||||||
if (!err) {
|
if (!err) {
|
||||||
logger.info('Message sent');
|
logger.info('Message sent');
|
||||||
logger.debug(data);
|
logger.debug(data);
|
||||||
@ -180,7 +180,7 @@ officeController.prototype.announceMeetingEnd = function(meeting) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user