mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Turn on Registration V2 and Change Number V2.
This commit is contained in:
committed by
Cody Henthorne
parent
0638b31c1f
commit
c5c9b09f7b
@@ -735,7 +735,7 @@ public final class FeatureFlags {
|
||||
|
||||
/** Whether or not to use the V2 refactor of registration. */
|
||||
public static boolean registrationV2() {
|
||||
return getBoolean(REGISTRATION_V2, false);
|
||||
return getBoolean(REGISTRATION_V2, true);
|
||||
}
|
||||
|
||||
/** Whether unauthenticated chat web socket is backed by libsignal-net */
|
||||
|
||||
Reference in New Issue
Block a user