mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 13:13:43 +00:00
Remove dependency on presentations being present in AddMemberAction.
This commit is contained in:
committed by
Cody Henthorne
parent
4f754ae309
commit
87bdebb21c
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user