clone key as olm clears it
This commit is contained in:
parent
2dccd36a6d
commit
0749073120
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export async function uploadAccountAsDehydratedDevice(account, hsApi, key, devic
|
||||||
const response = await hsApi.createDehydratedDevice({
|
const response = await hsApi.createDehydratedDevice({
|
||||||
device_data: {
|
device_data: {
|
||||||
algorithm: DEHYDRATION_LIBOLM_PICKLE_ALGORITHM,
|
algorithm: DEHYDRATION_LIBOLM_PICKLE_ALGORITHM,
|
||||||
account: account.pickleWithKey(key.binaryKey),
|
account: account.pickleWithKey(key.binaryKey.slice()),
|
||||||
passphrase: key.description?.passphraseParams || {},
|
passphrase: key.description?.passphraseParams || {},
|
||||||
},
|
},
|
||||||
initial_device_display_name: deviceDisplayName
|
initial_device_display_name: deviceDisplayName
|
||||||
|
|
Reference in a new issue