mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +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.addAll(client.storiesBlockList);
|
||||
await client.setStoriesBlockList(_undecided.toList());
|
||||
},
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user