Remove obsolete comment.
This commit is contained in:
parent
48b90fd317
commit
ea90b2b833
1 changed files with 0 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue