mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-21 07:34:10 -04:00
Only start event streaming after having set up the controllers.
This commit is contained in:
parent
5670da1c1e
commit
2e1ab9db08
6 changed files with 19 additions and 5 deletions
|
@ -328,6 +328,7 @@ angular.module('RoomController', ['ngSanitize', 'mUtilities'])
|
|||
var chunk = response.data.chunk[i];
|
||||
updateMemberList(chunk);
|
||||
}
|
||||
eventStreamService.resume();
|
||||
},
|
||||
function(error) {
|
||||
$scope.feedback = "Failed get member list: " + error.data.error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue