Closed
Description
matrix_sdk_base::Room
has methods to get the members of a room, but they only return members stored in the StateStore
, but the stored list may be incomplete if lazy-loading is used.
The client developer can request the full list from the matrix server if they like, but I think we should do the request for them automatically.
I would suggest adding an boolean argument to Room::joined_user_ids()
, Room::active_members()
, Room.get_member()
, Room::joined_members()
for letting the user decide whether to automatically request the full member list, when not already stored, before return any result or return without making a request to the Matrix server.
Metadata
Metadata
Assignees
Labels
No labels