RoomList: more rework on RoomSummaryDataSource
This commit is contained in:
parent
7ee3c1bf42
commit
fa48c29486
11 changed files with 152 additions and 98 deletions
|
|
@ -50,7 +50,7 @@ class InviteListPresenter @Inject constructor(
|
|||
override fun present(): InviteListState {
|
||||
val invites by client
|
||||
.roomSummaryDataSource
|
||||
.inviteList()
|
||||
.inviteRooms()
|
||||
.collectAsState()
|
||||
|
||||
var seenInvites by remember { mutableStateOf<Set<RoomId>>(emptySet()) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue