mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 11:04:50 -04:00
Start the events stream once the app starts (if credentials are in cache) or once the user gets logged in
This commit is contained in:
parent
660129deb1
commit
6ac298f2f1
4 changed files with 4 additions and 9 deletions
|
@ -45,8 +45,6 @@ angular.module('HomeController', ['matrixService', 'eventHandlerService', 'Recen
|
|||
$scope.public_rooms = matrixService.assignRoomAliases(response.data.chunk);
|
||||
}
|
||||
);
|
||||
|
||||
eventStreamService.resume();
|
||||
};
|
||||
|
||||
$scope.createNewRoom = function(room_id, isPrivate) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue