chore: Follow up members list

This commit is contained in:
krille-chan 2025-04-18 19:06:58 +02:00
parent 6edfb40207
commit a8a15e900b
No known key found for this signature in database

View file

@ -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;