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:
Emmanuel ROHEE 2014-08-28 11:04:01 +02:00
parent 660129deb1
commit 6ac298f2f1
4 changed files with 4 additions and 9 deletions

View file

@ -33,7 +33,7 @@ angular.module('MatrixWebClientController', ['matrixService', 'mPresence', 'even
});
if (matrixService.isUserLoggedIn()) {
// eventStreamService.resume();
eventStreamService.resume();
mPresence.start();
}