mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
todo
This commit is contained in:
parent
e006f101c3
commit
26766c22eb
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user