mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 20:56:57 +02:00
Multi-sessions handling: Restore automatic room opening
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
if (roomAlias.length) {
|
||||
[self.mainSession joinRoom:roomAlias success:^(MXRoom *room) {
|
||||
// Show the room
|
||||
[[AppDelegate theDelegate].masterTabBarController showRoom:room.state.roomId];
|
||||
[[AppDelegate theDelegate].masterTabBarController showRoom:room.state.roomId withMatrixSession:self.mainSession];
|
||||
} failure:^(NSError *error) {
|
||||
NSLog(@"[Console RoomVC] Join roomAlias (%@) failed: %@", roomAlias, error);
|
||||
//Alert user
|
||||
|
||||
Reference in New Issue
Block a user