chore: Story invite follow up
This commit is contained in:
parent
47dce8292f
commit
7e5259bb4b
1 changed files with 3 additions and 3 deletions
|
|
@ -40,9 +40,9 @@ class _InviteStoryPageState extends State<InviteStoryPage> {
|
|||
} else {
|
||||
inviteList.clear();
|
||||
}
|
||||
for (final userId in inviteList) {
|
||||
room.invite(userId);
|
||||
}
|
||||
}
|
||||
for (final userId in inviteList) {
|
||||
room.invite(userId);
|
||||
}
|
||||
|
||||
_undecided.removeAll(_invite);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue