Cleanup nodes (#5358)
* Remove unused NavTarget.Empty * Let SpaceEntryPoint.Inputs implement NodeInputs. * Small cleanup * Small cleanup * Method can be private. * Simplify code * Rename to follow naming convention * Rename Node to follow naming convention * Add Konsist test. * Remove useless line of code.
This commit is contained in:
commit
ba51b29d23
13 changed files with 42 additions and 50 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