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