sdk (space) : use the new space/spaceUpdate api from space list
This commit is contained in:
parent
f3a9646db2
commit
dd2c9d4450
12 changed files with 38 additions and 128 deletions
|
|
@ -17,7 +17,7 @@ interface SpaceRoomList {
|
|||
data class Idle(val hasMoreToLoad: Boolean) : PaginationStatus
|
||||
}
|
||||
|
||||
fun currentSpaceFlow(): StateFlow<Optional<SpaceRoom>>
|
||||
val currentSpaceFlow: StateFlow<Optional<SpaceRoom>>
|
||||
|
||||
val spaceRoomsFlow: Flow<List<SpaceRoom>>
|
||||
val paginationStatusFlow: StateFlow<PaginationStatus>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue