mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
chore: Story invite follow up
This commit is contained in:
parent
fb48da8e0e
commit
59b2e92328
@ -40,9 +40,9 @@ class _InviteStoryPageState extends State<InviteStoryPage> {
|
||||
} else {
|
||||
inviteList.clear();
|
||||
}
|
||||
for (final userId in inviteList) {
|
||||
room.invite(userId);
|
||||
}
|
||||
}
|
||||
for (final userId in inviteList) {
|
||||
room.invite(userId);
|
||||
}
|
||||
|
||||
_undecided.removeAll(_invite);
|
||||
|
Loading…
Reference in New Issue
Block a user