mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 09:28:11 +01:00
Revert "Use a phased enrollment strategy for the pnp compatibility flag"
This reverts commit 3e12a8780d.
This commit is contained in:
committed by
Jon Chambers
parent
0329184c94
commit
8c55f39cdf
@@ -12,7 +12,7 @@ public record UserCapabilities(boolean paymentActivation,
|
||||
boolean pni,
|
||||
boolean pnp) {
|
||||
|
||||
public static UserCapabilities createForAccount(final Account account, final boolean includePnpFlag) {
|
||||
return new UserCapabilities(account.isPaymentActivationSupported(), true, includePnpFlag);
|
||||
public static UserCapabilities createForAccount(final Account account) {
|
||||
return new UserCapabilities(account.isPaymentActivationSupported(), true, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user