chore: Fix blocklist gets cleared
This commit is contained in:
parent
e166478ff4
commit
e34beeff03
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ class _InviteStoryPageState extends State<InviteStoryPage> {
|
|||
}
|
||||
|
||||
_undecided.removeAll(_invite);
|
||||
_undecided.addAll(client.storiesBlockList);
|
||||
await client.setStoriesBlockList(_undecided.toList());
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue