mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
Set internalUser=true for nightly builds.
This commit is contained in:
@@ -378,7 +378,7 @@ public final class FeatureFlags {
|
|||||||
|
|
||||||
/** Internal testing extensions. */
|
/** Internal testing extensions. */
|
||||||
public static boolean internalUser() {
|
public static boolean internalUser() {
|
||||||
return getBoolean(INTERNAL_USER, false) || Environment.IS_STAGING;
|
return getBoolean(INTERNAL_USER, false) || Environment.IS_NIGHTLY || Environment.IS_STAGING;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Whether or not to use the UUID in verification codes. */
|
/** Whether or not to use the UUID in verification codes. */
|
||||||
|
|||||||
Reference in New Issue
Block a user