Enable numberless registration for external users.

This commit is contained in:
Greyson Parrelli
2026-09-16 09:07:06 -04:00
parent c6e21632f6
commit 1d3ff393d0
@@ -29,7 +29,7 @@ object Environment {
val IS_LINK_AND_SYNC_AVAILABLE: Boolean = true
@JvmField
val PHONENUMBERLESS_REGISTRATION: Boolean = isInternal()
val PHONENUMBERLESS_REGISTRATION: Boolean = true
/** Whether this build is distributed through the Play Store, and so can use Google Play billing at all. */
@JvmStatic