Turn on Registration V2 and Change Number V2.

This commit is contained in:
Nicholas Tinsley
2024-06-04 15:21:38 -04:00
committed by Cody Henthorne
parent 0638b31c1f
commit c5c9b09f7b

View File

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