mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 13:13:43 +00:00
Enable libsgnal-net for all nightly builds.
This commit is contained in:
committed by
Greyson Parrelli
parent
f48a13afc0
commit
2a8be22160
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user