chore: Story invite follow up

This commit is contained in:
Christian Pauly 2021-12-27 08:48:47 +01:00
parent 47dce8292f
commit 7e5259bb4b

View file

@ -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);