Remove useless line of code.

This commit is contained in:
Benoit Marty
2025-09-16 12:27:27 +02:00
parent 17c1f21927
commit c286c60c30

View File

@@ -287,7 +287,6 @@ class RustMatrixClient(
}
override suspend fun getRoom(roomId: RoomId): BaseRoom? = withContext(sessionDispatcher) {
innerClient.rooms()
roomFactory.getBaseRoom(roomId)
}