You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Remove ghost of some old code
This commit is contained in:
@@ -1394,7 +1394,6 @@ MatrixClient.prototype.prepareKeyBackupVersion = async function(password) {
|
|||||||
algorithm: olmlib.MEGOLM_BACKUP_ALGORITHM,
|
algorithm: olmlib.MEGOLM_BACKUP_ALGORITHM,
|
||||||
auth_data: authData,
|
auth_data: authData,
|
||||||
recovery_key: encodeRecoveryKey(decryption.get_private_key()),
|
recovery_key: encodeRecoveryKey(decryption.get_private_key()),
|
||||||
accountKeys: null,
|
|
||||||
};
|
};
|
||||||
} finally {
|
} finally {
|
||||||
decryption.free();
|
decryption.free();
|
||||||
|
|||||||
Reference in New Issue
Block a user