paul/schema_breaking_changes
Matthew Hodgson 2014-08-29 17:54:11 +01:00
parent e006f101c3
commit 26766c22eb
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ angular.module('RoomController', ['ngSanitize', 'mFileInput'])
var updateMemberListPresenceAge = function() {
$scope.now = new Date().getTime();
//console.log("updateMemberListPresenceAge() - now = " + $scope.now);
// TODO: don't bother polling every 5s if we know none of our counters are younger than 1 minute
$timeout(updateMemberListPresenceAge, 5 * 1000);
};