mirror of
https://gitlab.silvrtree.co.uk/martind2000/SODashServer.git
synced 2025-03-11 07:30:02 +00:00
Apple Push notifications. Trying something else. again
This commit is contained in:
parent
b63b62f2ba
commit
ddb9889806
@ -155,7 +155,7 @@ officeController.prototype.announceMeetingEnd = function(meeting) {
|
||||
|
||||
eventBus.emit('sendSocket', packet);
|
||||
|
||||
var message = new gcm.Message({
|
||||
/*var message = new gcm.Message({
|
||||
collapse_key: 'test',
|
||||
data: {
|
||||
key1: 'value1'
|
||||
@ -163,7 +163,7 @@ officeController.prototype.announceMeetingEnd = function(meeting) {
|
||||
delay_while_idle: true,
|
||||
time_to_live: 34,
|
||||
dry_run: false
|
||||
});
|
||||
});*/
|
||||
|
||||
this.sendiOSAPN(packet);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user