summary refs log tree commit diff
path: root/webclient/room
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-28 11:04:01 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-28 11:04:15 +0200
commit6ac298f2f1e10890fbaabff6f79be7769fdba4be (patch)
tree4c6d614039e16f92f02d07b56a56f73a7b3e1695 /webclient/room
parentShuffle files around in /docs (diff)
downloadsynapse-6ac298f2f1e10890fbaabff6f79be7769fdba4be.tar.xz
Start the events stream once the app starts (if credentials are in cache) or once the user gets logged in
Diffstat (limited to 'webclient/room')
-rw-r--r--webclient/room/room-controller.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webclient/room/room-controller.js b/webclient/room/room-controller.js
index 6c98db269e..e775d88570 100644
--- a/webclient/room/room-controller.js
+++ b/webclient/room/room-controller.js
@@ -342,7 +342,6 @@ angular.module('RoomController', ['ngSanitize', 'mFileInput', 'mUtilities'])
                             var chunk = response.data.chunk[i];
                             updateMemberList(chunk);
                         }
-                        eventStreamService.resume();
                     },
                     function(error) {
                         $scope.feedback = "Failed get member list: " + error.data.error;