Skip to content

Commit

Permalink
don't clear the optimistic personal detail if fail when inviting new …
Browse files Browse the repository at this point in the history
…user
  • Loading branch information
bernhardoj committed Mar 7, 2024
1 parent 79d6cda commit b806548
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,6 @@ function addMembersToWorkspace(invitedEmailsToAccountIDs: InvitedEmailsToAccount
// need to remove the members since that is handled by onClose of OfflineWithFeedback.
value: failureMembersState,
},
...newPersonalDetailsOnyxData.finallyData,
...membersChats.onyxFailureData,
...announceRoomMembers.onyxFailureData,
];
Expand Down

0 comments on commit b806548

Please sign in to comment.