Merge branch 'krille/fixblocklist' into 'main'

chore: Fix blocklist gets cleared

See merge request famedly/fluffychat!650
This commit is contained in:
Krille Fear 2021-12-29 10:25:22 +00:00
commit 7b8f8dd8cb

View File

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