Skip to content

Commit

Permalink
Improve network reliability.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Oct 18, 2024
1 parent 19602b0 commit 9c8331f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ open class SignalServiceNetworkAccess(context: Context) {
private const val COUNTRY_CODE_IRAN = 98
private const val COUNTRY_CODE_CUBA = 53
private const val COUNTRY_CODE_UZBEKISTAN = 998
private const val COUNTRY_CODE_RUSSIA = 7
private const val COUNTRY_CODE_VENEZUELA = 58
private const val COUNTRY_CODE_PAKISTAN = 92

Expand Down Expand Up @@ -216,8 +215,7 @@ open class SignalServiceNetworkAccess(context: Context) {
listOf(HostConfig("https://www.google.com.pk", G_HOST, GMAIL_CONNECTION_SPEC)) + baseGHostConfigs
),
COUNTRY_CODE_IRAN to fConfig,
COUNTRY_CODE_CUBA to fConfig,
COUNTRY_CODE_RUSSIA to fConfig
COUNTRY_CODE_CUBA to fConfig
)

private val defaultCensoredConfiguration: SignalServiceConfiguration = buildGConfiguration(baseGHostConfigs) + fConfig
Expand All @@ -230,7 +228,6 @@ open class SignalServiceNetworkAccess(context: Context) {
COUNTRY_CODE_IRAN,
COUNTRY_CODE_CUBA,
COUNTRY_CODE_UZBEKISTAN,
COUNTRY_CODE_RUSSIA,
COUNTRY_CODE_VENEZUELA,
COUNTRY_CODE_PAKISTAN
)
Expand Down

0 comments on commit 9c8331f

Please sign in to comment.