chore: on invite all users from parent space, include invited / knocking users (#3425)

This commit is contained in:
ggurdin 2025-07-11 13:11:53 -04:00 committed by GitHub
parent f396e5d32a
commit 2803de4d3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -393,8 +393,7 @@ class PangeaInvitationSelectionController
Future<void> inviteAllInSpace() async {
if (_room == null) return;
final spaceParticipants =
spaceParent?.getParticipants([Membership.join]) ?? [];
final spaceParticipants = spaceParent?.getParticipants() ?? [];
if (spaceParticipants.isEmpty) return;