mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Add server fallback port 8443
// FREEBIE
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
'use strict';
|
||||
window.textsecure = window.textsecure || {};
|
||||
|
||||
function AccountManager(url, username, password) {
|
||||
this.server = new TextSecureServer(url, username, password);
|
||||
function AccountManager(url, ports, username, password) {
|
||||
this.server = new TextSecureServer(url, ports, username, password);
|
||||
}
|
||||
|
||||
AccountManager.prototype = {
|
||||
|
||||
Reference in New Issue
Block a user