Skip to content
Snippets Groups Projects
Commit 26a95988 authored by Emmanuel ROHEE's avatar Emmanuel ROHEE
Browse files

Fixed presence change that occurs -Xs ago

parent c9ee9b45
No related branches found
No related tags found
No related merge requests found
......@@ -337,6 +337,11 @@ angular.module('RoomController', ['ngSanitize', 'mFileInput'])
// Make sure the initialSync has been before going further
eventHandlerService.waitForInitialSyncCompletion().then(
function() {
// Some data has been retrieved from the iniialSync request
// So, the relative time starts here
$scope.now = new Date().getTime();
var needsToJoin = true;
// The room members is available in the data fetched by initialSync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment