chore: Fix blocklist gets cleared

onboarding
Christian Pauly 4 years ago
parent e166478ff4
commit e34beeff03

@ -46,6 +46,7 @@ class _InviteStoryPageState extends State<InviteStoryPage> {
}
_undecided.removeAll(_invite);
_undecided.addAll(client.storiesBlockList);
await client.setStoriesBlockList(_undecided.toList());
},
);

Loading…
Cancel
Save