mirror of
https://gitlab.silvrtree.co.uk/martind2000/SODashServer.git
synced 2025-02-04 09:40:13 +00:00
Apple Push notifications. Trying something else. again
This commit is contained in:
parent
ddb2290ad8
commit
b63b62f2ba
@ -127,6 +127,7 @@ var officeController = function(neweventbus) {
|
|||||||
|
|
||||||
var timmy = setTimeout(function() {
|
var timmy = setTimeout(function() {
|
||||||
var now = new Date();
|
var now = new Date();
|
||||||
|
logger.error('Test timer, going to send msg');
|
||||||
|
|
||||||
this.announceMeetingEnd({uid: 'bob', summary: 'Test message - ' + now.toISOString()});
|
this.announceMeetingEnd({uid: 'bob', summary: 'Test message - ' + now.toISOString()});
|
||||||
}.bind(this),60000);
|
}.bind(this),60000);
|
||||||
|
Loading…
Reference in New Issue
Block a user