Add support for receiving attachments from CDN 2

This commit is contained in:
Ehren Kret
2020-04-17 15:51:39 -07:00
committed by Scott Nonnenberg
parent 4dc7631851
commit a0e9791623
16 changed files with 156 additions and 64 deletions

View File

@@ -267,7 +267,10 @@ the auto update infrastructure doesn't kick in while you are developing.
{
"serverUrl": "https://textsecure-service.whispersystems.org",
"serverTrustRoot": "SOME_ALPHANUMERIC_STRING_MATCHING_PRODUCTION_JSON",
"cdnUrl": "https://cdn.signal.org"
"cdn": {
"0": "https://cdn.signal.org",
"2": "https://cdn2.signal.org"
}
}
```