diff --git a/src/client.js b/src/client.js index 9738a0dbb..14dc97bfa 100644 --- a/src/client.js +++ b/src/client.js @@ -1425,6 +1425,8 @@ MatrixClient.prototype.prepareKeyBackupVersion = async function( if (!this.hasSecretStorageKey()) { throw new Error("Secure Secret Storage has no keys, needs bootstrapping"); } + + throw new Error("Not yet implemented"); } const [keyInfo, encodedPrivateKey] =