Apple Push notifications. Trying something else. again

This commit is contained in:
Martin Donnelly 2016-04-29 14:16:30 +01:00
parent ddb2290ad8
commit b63b62f2ba

View File

@ -127,6 +127,7 @@ var officeController = function(neweventbus) {
var timmy = setTimeout(function() {
var now = new Date();
logger.error('Test timer, going to send msg');
this.announceMeetingEnd({uid: 'bob', summary: 'Test message - ' + now.toISOString()});
}.bind(this),60000);