From 57997bebe55bde60a1436583fba92a45edfd7403 Mon Sep 17 00:00:00 2001 From: SARAMALI15792 Date: Tue, 14 Apr 2026 03:39:34 +0500 Subject: [PATCH] fix(matrix): add comment explaining passwordless repair path intent --- extensions/matrix/src/matrix/sdk.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/matrix/src/matrix/sdk.ts b/extensions/matrix/src/matrix/sdk.ts index 158c9491e63..4155581e573 100644 --- a/extensions/matrix/src/matrix/sdk.ts +++ b/extensions/matrix/src/matrix/sdk.ts @@ -608,6 +608,8 @@ export class MatrixClient { "Cross-signing/bootstrap is incomplete for an already owner-signed device; skipping automatic reset and preserving the current identity. Restore the recovery key or run an explicit verification bootstrap if repair is needed.", ); } else { + // No password guard: passwordless token-auth bots should still attempt repair. + // UIA failures inside bootstrap() are caught below and logged as warnings. try { // The repair path already force-resets cross-signing; allow secret storage // recreation so the new keys can be persisted. Without this, a device that