Improve network reliability.

This commit is contained in:
Greyson Parrelli
2024-08-13 13:01:22 -04:00
committed by mtang-signal
parent 7f71d08e11
commit 69e8c9351d
2 changed files with 16 additions and 3 deletions

View File

@@ -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,