mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Switch provisioning to libsignal
This commit is contained in:
@@ -25,7 +25,7 @@ import {
|
||||
type EnvelopeType as ProvisionEnvelopeType,
|
||||
} from '../../textsecure/Provisioner.preload.js';
|
||||
import { accountManager } from '../../textsecure/AccountManager.preload.js';
|
||||
import { getProvisioningResource } from '../../textsecure/WebAPI.preload.js';
|
||||
import { getProvisioningConnection } from '../../textsecure/WebAPI.preload.js';
|
||||
import type { BoundActionCreatorsMapObject } from '../../hooks/useBoundActions.std.js';
|
||||
import { useBoundActions } from '../../hooks/useBoundActions.std.js';
|
||||
import { createLogger } from '../../logging/log.std.js';
|
||||
@@ -179,7 +179,7 @@ function startInstaller(): ThunkAction<
|
||||
if (!provisioner) {
|
||||
provisioner = new Provisioner({
|
||||
server: {
|
||||
getProvisioningResource,
|
||||
getProvisioningConnection,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user