mirror of
https://gitlab.silvrtree.co.uk/martind2000/SODashServer.git
synced 2025-03-11 07:20:00 +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);
|
||||
|
||||
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) {
|
||||
});
|
||||
|
||||
|
||||
|
||||
*/
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user