mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 21:08:07 +01:00
Un-hardcode payment activation flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user