mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Ungate some PNP receive-side behavior.
This commit is contained in:
committed by
Alex Hart
parent
327cd93e3c
commit
ca3187d0b8
@@ -568,7 +568,7 @@ final class GroupManagerV2 {
|
||||
|
||||
if (aciInPending.isPresent()) {
|
||||
return commitChangeWithConflictResolution(selfAci, groupOperations.createAcceptInviteChange(groupCandidate.requireExpiringProfileKeyCredential()));
|
||||
} else if (pniInPending.isPresent() && FeatureFlags.phoneNumberPrivacy()) {
|
||||
} else if (pniInPending.isPresent()) {
|
||||
return commitChangeWithConflictResolution(selfPni, groupOperations.createAcceptPniInviteChange(groupCandidate.requireExpiringProfileKeyCredential()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user