Un-hardcode payment activation flag

This commit is contained in:
Katherine 2023-11-03 11:27:34 -07:00 committed by GitHub
parent d47ff9b7c7
commit 115431a486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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