Public rooms: Make search homeserver-side

This commit is contained in:
manuroe
2017-03-28 16:36:21 +02:00
parent eaf875aad0
commit c549d72c2b
6 changed files with 128 additions and 126 deletions
@@ -125,7 +125,7 @@
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
MXPublicRoom *publicRoom = dataSource.filteredRooms[indexPath.row];
MXPublicRoom *publicRoom = [dataSource roomAtIndexPath:indexPath];
// Check whether the user has already joined the selected public room
if ([dataSource.mxSession roomWithRoomId:publicRoom.roomId])