Remove obsolete comment.

This commit is contained in:
Benoit Marty
2024-01-19 13:24:50 +01:00
parent f4f2f50047
commit 347cbb9c35

View File

@@ -244,7 +244,6 @@ class RustMatrixClient(
private suspend fun pairOfRoom(roomId: RoomId): Pair<RoomListItem, Room>? {
val cachedRoomListItem = innerRoomListService.roomOrNull(roomId.value)
// Keep using fullRoomBlocking for now as it's faster.
val fullRoom = cachedRoomListItem?.fullRoom()
return if (cachedRoomListItem == null || fullRoom == null) {
Timber.d("No room cached for $roomId")