chore: on invite all users from parent space, include invited / knocking users (#3425)
This commit is contained in:
parent
f396e5d32a
commit
2803de4d3b
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue