feature (space) : iterate on space list (and space screen)
This commit is contained in:
parent
4048bb7fb6
commit
b45a4c3b2c
11 changed files with 79 additions and 44 deletions
|
|
@ -14,5 +14,5 @@ interface SpaceService {
|
|||
val spaceRoomsFlow: SharedFlow<List<SpaceRoom>>
|
||||
suspend fun joinedSpaces(): Result<List<SpaceRoom>>
|
||||
|
||||
suspend fun spaceRoomList(id: RoomId): SpaceRoomList
|
||||
fun spaceRoomList(id: RoomId): SpaceRoomList
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue