mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +01:00
chore: Fix blocklist gets cleared
This commit is contained in:
parent
9f040acee0
commit
b09d651130
@ -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