Enable libsgnal-net for all nightly builds.

This commit is contained in:
andrew-signal
2025-03-28 11:16:29 -04:00
committed by Greyson Parrelli
parent f48a13afc0
commit 2a8be22160

View File

@@ -1025,7 +1025,9 @@ object RemoteConfig {
key = "android.libsignalWebSocketEnabled",
defaultValue = false,
hotSwappable = false
)
) { value ->
value.asBoolean(false) || Environment.IS_NIGHTLY
}
/** Whether or not to launch the restore activity after registration is complete, rather than before. */
@JvmStatic