mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Public rooms search: PublicRoomTableViewCell: Show room avatar and display the room name as expected in Vector
This commit is contained in:
@@ -178,7 +178,7 @@ double const kPublicRoomsDirectoryDataExpiration = 10;
|
||||
publicRoomCell = [[PublicRoomTableViewCell alloc] init];
|
||||
}
|
||||
|
||||
[publicRoomCell render:_filteredRooms[indexPath.row]];
|
||||
[publicRoomCell render:_filteredRooms[indexPath.row] withMatrixSession:self.mxSession];
|
||||
|
||||
return publicRoomCell;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user