mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Improve network reliability.
This commit is contained in:
committed by
mtang-signal
parent
7f71d08e11
commit
69e8c9351d
@@ -216,7 +216,7 @@ open class SignalServiceNetworkAccess(context: Context) {
|
||||
COUNTRY_CODE_RUSSIA to fConfig
|
||||
)
|
||||
|
||||
private val defaultCensoredConfiguration: SignalServiceConfiguration = buildGConfiguration(baseGHostConfigs)
|
||||
private val defaultCensoredConfiguration: SignalServiceConfiguration = buildGConfiguration(baseGHostConfigs) + fConfig
|
||||
|
||||
private val defaultCensoredCountryCodes: Set<Int> = setOf(
|
||||
COUNTRY_CODE_EGYPT,
|
||||
|
||||
Reference in New Issue
Block a user