Remove controller::joinRoom
Remove controller::joinRoom in favour of using RoomManager::OpenResource
This commit is contained in:
@@ -66,7 +66,7 @@ Labs.MenuBar {
|
||||
if (isJoined) {
|
||||
RoomManager.enterRoom(root.connection.room(roomId))
|
||||
} else {
|
||||
Controller.joinRoom(roomId)
|
||||
RoomManager.openResource(roomId, "join")
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user