chore: Story invite follow up

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

@ -40,9 +40,9 @@ class _InviteStoryPageState extends State<InviteStoryPage> {
} else { } else {
inviteList.clear(); inviteList.clear();
} }
for (final userId in inviteList) { }
room.invite(userId); for (final userId in inviteList) {
} room.invite(userId);
} }
_undecided.removeAll(_invite); _undecided.removeAll(_invite);

Loading…
Cancel
Save