mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 08:04:09 -04:00
Reinitialize room when creating a RoomController so that we start off with a clean slate, as it expects/
This commit is contained in:
parent
dde50d4245
commit
74c90f7815
2 changed files with 13 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue