chore: Story invite follow up

onboarding
Christian Pauly 3 years ago
parent 47dce8292f
commit 7e5259bb4b

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