Fix a few issues with linking a new Desktop instance
This commit is contained in:
parent
8bff6e24f0
commit
4eb49ff304
5 changed files with 32 additions and 22 deletions
|
@ -63,6 +63,12 @@ class ProvisioningCipherInner {
|
|||
return window.libsignal.Curve.async
|
||||
.createKeyPair(privKey)
|
||||
.then(keyPair => {
|
||||
window.normalizeUuids(
|
||||
provisionMessage,
|
||||
['uuid'],
|
||||
'ProvisioningCipher.decrypt'
|
||||
);
|
||||
|
||||
const ret: ProvisionDecryptResult = {
|
||||
identityKeyPair: keyPair,
|
||||
number: provisionMessage.number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue