fix(matrix): allow SSSS recreation without recovery key on initial bootstrap

This commit is contained in:
SARAMALI15792
2026-04-14 03:35:10 +05:00
committed by Gustavo Madeira Santana
parent 568df95736
commit 5f865919b5

View File

@@ -139,6 +139,7 @@ export type MatrixVerificationBootstrapResult = {
const MATRIX_INITIAL_CRYPTO_BOOTSTRAP_OPTIONS = {
allowAutomaticCrossSigningReset: false,
allowSecretStorageRecreateWithoutRecoveryKey: true,
} satisfies MatrixCryptoBootstrapOptions;
const MATRIX_AUTOMATIC_REPAIR_BOOTSTRAP_OPTIONS = {