Remove useless line of code.
This commit is contained in:
parent
cbe2f0684b
commit
f28b53d85e
1 changed files with 0 additions and 1 deletions
|
|
@ -287,7 +287,6 @@ class RustMatrixClient(
|
|||
}
|
||||
|
||||
override suspend fun getRoom(roomId: RoomId): BaseRoom? = withContext(sessionDispatcher) {
|
||||
innerClient.rooms()
|
||||
roomFactory.getBaseRoom(roomId)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue