forked from GitHub-Mirror/riotX-android
Autocomplete : start fetching users. Still need to adjust UI and manage selection.
This commit is contained in:
@ -26,6 +26,10 @@ class RxRoom(private val room: Room) {
|
||||
return room.roomSummary.asObservable()
|
||||
}
|
||||
|
||||
fun liveRoomMemberIds(): Observable<List<String>> {
|
||||
return room.getRoomMemberIdsLive().asObservable()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fun Room.rx(): RxRoom {
|
||||
|
Reference in New Issue
Block a user