From 04b57bbe9dffb3bf4e2e528b3bc8efc36e95b739 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 15 Nov 2019 15:27:02 +0000 Subject: [PATCH] Remove ghost of some old code --- src/client.js | 1 - 1 file changed, 1 deletion(-) 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();