mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
Merge branch 'krille/fixblocklist' into 'main'
chore: Fix blocklist gets cleared See merge request famedly/fluffychat!650
This commit is contained in:
commit
7b8f8dd8cb
@ -46,6 +46,7 @@ class _InviteStoryPageState extends State<InviteStoryPage> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_undecided.removeAll(_invite);
|
_undecided.removeAll(_invite);
|
||||||
|
_undecided.addAll(client.storiesBlockList);
|
||||||
await client.setStoriesBlockList(_undecided.toList());
|
await client.setStoriesBlockList(_undecided.toList());
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user