Merge branch 'td/fixrequsers' into 'main'
fix: propogate filter to getParticipants in requestParticipants See merge request famedly/company/frontend/famedlysdk!1206
This commit is contained in:
commit
d66b01382d
|
|
@ -1509,7 +1509,7 @@ class Room {
|
||||||
// Do not request users from the server if we have already done it
|
// Do not request users from the server if we have already done it
|
||||||
// in this session or have a complete list locally.
|
// in this session or have a complete list locally.
|
||||||
if (_requestedParticipants || participantListComplete) {
|
if (_requestedParticipants || participantListComplete) {
|
||||||
return getParticipants();
|
return getParticipants(membershipFilter);
|
||||||
}
|
}
|
||||||
|
|
||||||
final matrixEvents = await client.getMembersByRoom(id);
|
final matrixEvents = await client.getMembersByRoom(id);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue