Re-enable link-and-sync in Alpha
This commit is contained in:
parent
c6902ec26a
commit
962a2def18
3 changed files with 9 additions and 5 deletions
|
@ -196,7 +196,7 @@ function startInstaller(): ThunkAction<
|
|||
const { server } = window.textsecure;
|
||||
strictAssert(server, 'Expected a server');
|
||||
|
||||
const provisioner = new Provisioner(server);
|
||||
const provisioner = new Provisioner(server, window.getVersion());
|
||||
|
||||
const abortController = new AbortController();
|
||||
const { signal } = abortController;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue