1
0
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:
David Baker
2019-11-15 15:27:02 +00:00
parent c550f83a04
commit 04b57bbe9d

View File

@@ -1394,7 +1394,6 @@ MatrixClient.prototype.prepareKeyBackupVersion = async function(password) {
algorithm: olmlib.MEGOLM_BACKUP_ALGORITHM,
auth_data: authData,
recovery_key: encodeRecoveryKey(decryption.get_private_key()),
accountKeys: null,
};
} finally {
decryption.free();