mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 21:56:58 +02:00
HomeVC: Added optional eventId param to [HomeViewController selectRoomWithId::]
This commit is contained in:
@@ -391,7 +391,7 @@
|
||||
[self.mainSession joinRoom:roomAlias success:^(MXRoom *room)
|
||||
{
|
||||
// Show the room
|
||||
[[AppDelegate theDelegate] showRoom:room.state.roomId withMatrixSession:self.mainSession];
|
||||
[[AppDelegate theDelegate] showRoom:room.state.roomId andEventId:nil withMatrixSession:self.mainSession];
|
||||
} failure:^(NSError *error)
|
||||
{
|
||||
NSLog(@"[Vector RoomVC] Join roomAlias (%@) failed", roomAlias);
|
||||
|
||||
Reference in New Issue
Block a user