chore: Story invite follow up

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

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

Loading…
Cancel
Save