mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:10:42 +00:00
fix(matrix): allow SSSS recreation without recovery key on initial bootstrap
This commit is contained in:
committed by
Gustavo Madeira Santana
parent
568df95736
commit
5f865919b5
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user