HomeVC: Added optional eventId param to [HomeViewController selectRoomWithId::]

This commit is contained in:
manuroe
2016-04-07 17:36:18 +02:00
parent 6d444184c5
commit 25cbee45c0
4 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -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);