mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 05:03:28 +00:00
Refactor LibSignalChatConnection to use an explicit queue sendRequest handling while CONNECTING.
This commit is contained in:
committed by
Cody Henthorne
parent
89944d778b
commit
7bd52e661d
@@ -1005,7 +1005,7 @@ object RemoteConfig {
|
||||
@JvmStatic
|
||||
@get:JvmName("libSignalWebSocketEnabled")
|
||||
val libSignalWebSocketEnabled: Boolean by remoteValue(
|
||||
key = "android.libsignalWebSocketEnabled.4",
|
||||
key = "android.libsignalWebSocketEnabled.5",
|
||||
hotSwappable = false
|
||||
) { value ->
|
||||
value.asBoolean(false) || Environment.IS_NIGHTLY
|
||||
|
||||
Reference in New Issue
Block a user