mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 12:08:34 +00:00
Improve network reliability.
This commit is contained in:
@@ -172,7 +172,7 @@ open class SignalServiceNetworkAccess(context: Context) {
|
|||||||
HostConfig("https://inbox.google.com", G_HOST, GMAIL_CONNECTION_SPEC)
|
HostConfig("https://inbox.google.com", G_HOST, GMAIL_CONNECTION_SPEC)
|
||||||
)
|
)
|
||||||
|
|
||||||
private val fUrls = arrayOf("https://slate.com", "https://www.zesty.io", "https://www.redditstatic.com")
|
private val fUrls = arrayOf("https://slate.com", "https://splashthat.com.", "https://www.redditstatic.com")
|
||||||
|
|
||||||
private val fConfig: SignalServiceConfiguration = SignalServiceConfiguration(
|
private val fConfig: SignalServiceConfiguration = SignalServiceConfiguration(
|
||||||
signalServiceUrls = fUrls.map { SignalServiceUrl(it, F_SERVICE_HOST, fTrustStore, APP_CONNECTION_SPEC) }.toTypedArray(),
|
signalServiceUrls = fUrls.map { SignalServiceUrl(it, F_SERVICE_HOST, fTrustStore, APP_CONNECTION_SPEC) }.toTypedArray(),
|
||||||
|
|||||||
Reference in New Issue
Block a user