chore: Follow up members list

pull/1784/head
krille-chan 3 months ago
parent 6edfb40207
commit a8a15e900b
No known key found for this signature in database

@ -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…
Cancel
Save