You've already forked matrix-js-sdk
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:
@@ -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] =
|
||||
|
||||
Reference in New Issue
Block a user