chore: Story invite follow up

This commit is contained in:
Christian Pauly 2021-12-27 08:48:47 +01:00
parent fb48da8e0e
commit 59b2e92328

View File

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