chore: Follow up members list
This commit is contained in:
parent
6edfb40207
commit
a8a15e900b
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ class ChatMembersController extends State<ChatMembersPage> {
|
|||
final participants = await Matrix.of(context)
|
||||
.client
|
||||
.getRoomById(widget.roomId)
|
||||
?.requestParticipants(Membership.values);
|
||||
?.requestParticipants(
|
||||
[...Membership.values]..remove(Membership.leave));
|
||||
|
||||
if (!mounted) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue