Renaming: [MXSession room:] to [MXSession roomWithRoomId:]. [MXSession user:] to [MXSession userWithUserId:]

This commit is contained in:
manuroe
2014-12-02 11:19:51 +01:00
parent 900828bb48
commit 56e8f68d9b
4 changed files with 8 additions and 8 deletions
@@ -355,7 +355,7 @@
// Check whether the user has already joined the selected public room
MXPublicRoom *publicRoom = [publicRooms objectAtIndex:indexPath.row];
if ([mxHandler.mxSession room:publicRoom.roomId]) {
if ([mxHandler.mxSession roomWithRoomId:publicRoom.roomId]) {
// Open selected room
[[AppDelegate theDelegate].masterTabBarController showRoom:publicRoom.roomId];
} else {