diff --git a/src/client.js b/src/client.js index 387e48f7f..79efb60f3 100644 --- a/src/client.js +++ b/src/client.js @@ -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();