Merge branch 'master' into development
Bringing our development (beta) branch inline with all the more urgent fixes which went directly into the master (production) branch.
This commit is contained in:
commit
9e6d50b966
22 changed files with 1543 additions and 624 deletions
|
@ -37474,7 +37474,7 @@ var TextSecureServer = (function() {
|
|||
url = options.host + '/' + options.path;
|
||||
}
|
||||
console.log(options.type, url);
|
||||
var timeout = typeof options.timeout !== 'undefined' ? options.timeout : 5000;
|
||||
var timeout = typeof options.timeout !== 'undefined' ? options.timeout : 10000;
|
||||
|
||||
var fetchOptions = {
|
||||
method: options.type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue