1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-05 17:02:07 +03:00

Clarify the key backup integration is unfinished

This commit is contained in:
J. Ryan Stinnett
2019-12-05 16:36:17 +00:00
parent 88bb31d3e6
commit 934e81d16c

View File

@@ -1425,6 +1425,8 @@ MatrixClient.prototype.prepareKeyBackupVersion = async function(
if (!this.hasSecretStorageKey()) { if (!this.hasSecretStorageKey()) {
throw new Error("Secure Secret Storage has no keys, needs bootstrapping"); throw new Error("Secure Secret Storage has no keys, needs bootstrapping");
} }
throw new Error("Not yet implemented");
} }
const [keyInfo, encodedPrivateKey] = const [keyInfo, encodedPrivateKey] =