Remove obsolete comment.
This commit is contained in:
parent
f4f2f50047
commit
347cbb9c35
1 changed files with 0 additions and 1 deletions
|
|
@ -244,7 +244,6 @@ class RustMatrixClient(
|
||||||
|
|
||||||
private suspend fun pairOfRoom(roomId: RoomId): Pair<RoomListItem, Room>? {
|
private suspend fun pairOfRoom(roomId: RoomId): Pair<RoomListItem, Room>? {
|
||||||
val cachedRoomListItem = innerRoomListService.roomOrNull(roomId.value)
|
val cachedRoomListItem = innerRoomListService.roomOrNull(roomId.value)
|
||||||
// Keep using fullRoomBlocking for now as it's faster.
|
|
||||||
val fullRoom = cachedRoomListItem?.fullRoom()
|
val fullRoom = cachedRoomListItem?.fullRoom()
|
||||||
return if (cachedRoomListItem == null || fullRoom == null) {
|
return if (cachedRoomListItem == null || fullRoom == null) {
|
||||||
Timber.d("No room cached for $roomId")
|
Timber.d("No room cached for $roomId")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue