You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Fix comment typo
This commit is contained in:
@@ -299,7 +299,7 @@ Crypto.prototype.bootstrapSecretStorage = async function({
|
|||||||
logger.log("Bootstrapping Secure Secret Storage");
|
logger.log("Bootstrapping Secure Secret Storage");
|
||||||
|
|
||||||
// Create cross-signing keys if they don't exist, as we want to sign the SSSS default
|
// Create cross-signing keys if they don't exist, as we want to sign the SSSS default
|
||||||
// key with the cross-signing master key. The cross-signing master keys is also used
|
// key with the cross-signing master key. The cross-signing master key is also used
|
||||||
// to verify the signature on the SSSS default key when adding secrets, so we
|
// to verify the signature on the SSSS default key when adding secrets, so we
|
||||||
// effectively need it for both reading and writing secrets.
|
// effectively need it for both reading and writing secrets.
|
||||||
let crossSigningKeysChanged = false;
|
let crossSigningKeysChanged = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user