Merge branch 'krille/fixblocklist' into 'main'
chore: Fix blocklist gets cleared See merge request famedly/fluffychat!650
This commit is contained in:
commit
40636aefcd
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