diff options
Diffstat (limited to 'webclient/room')
-rw-r--r-- | webclient/room/room-controller.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webclient/room/room-controller.js b/webclient/room/room-controller.js index 26d1836fc2..a0485e84e8 100644 --- a/webclient/room/room-controller.js +++ b/webclient/room/room-controller.js @@ -316,6 +316,8 @@ angular.module('RoomController', ['ngSanitize', 'mUtilities']) }; var onInit2 = function() { + eventHandlerService.reInitRoom($scope.room_id); + // Join the room matrixService.join($scope.room_id).then( function() { |