Skip to content

Commit

Permalink
Remove ghost of some old code
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Nov 15, 2019
1 parent c550f83 commit 04b57bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 04b57bb

Please sign in to comment.