Refactor TextSecureServer for storage
Following the pattern from previous commit, let the server class accept a url and login credentials from the caller. Then integrate into MessageReceiver and AccountManager. // FREEBIE
This commit is contained in:
parent
09bd6c7824
commit
98aa5156b0
7 changed files with 609 additions and 814 deletions
|
@ -74,6 +74,8 @@
|
|||
init(true);
|
||||
});
|
||||
|
||||
window.TEXT_SECURE_SERVER_URL = 'https://textsecure-service-staging.whispersystems.org';
|
||||
|
||||
if (open) {
|
||||
openInbox();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue