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)
|
final participants = await Matrix.of(context)
|
||||||
.client
|
.client
|
||||||
.getRoomById(widget.roomId)
|
.getRoomById(widget.roomId)
|
||||||
?.requestParticipants(Membership.values);
|
?.requestParticipants(
|
||||||
|
[...Membership.values]..remove(Membership.leave));
|
||||||
|
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue