Remove dependency on presentations being present in AddMemberAction.

This commit is contained in:
Jordan Rose
2023-10-20 17:28:29 -07:00
committed by Cody Henthorne
parent 4f754ae309
commit 87bdebb21c
3 changed files with 12 additions and 9 deletions

View File

@@ -724,7 +724,7 @@ final class GroupManagerV2 {
List<GroupCandidate> groupCandidates = groupCandidateHelper.recipientIdsToCandidatesList(ids);
return groupOperations.replaceAddMembers(change, groupCandidates);
} catch (InvalidInputException | VerificationFailedException | IOException e) {
} catch (InvalidGroupStateException | InvalidInputException | VerificationFailedException | IOException e) {
Log.w(TAG, "Unable to refetch credentials for added members, failing change", e);
}