diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/entities/UserCapabilities.java b/service/src/main/java/org/whispersystems/textsecuregcm/entities/UserCapabilities.java index cb0f1f133..bf42c103f 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/entities/UserCapabilities.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/entities/UserCapabilities.java @@ -39,8 +39,7 @@ public record UserCapabilities( true, true, - // Hardcode payment activation flag to false until all clients support the flow - false, + account.isPaymentActivationSupported(), // Although originally intended to indicate that clients support phone number identifiers, the scope of this // flag has expanded to cover phone number privacy in general