Matrix: wire startup migration into doctor and gateway

This commit is contained in:
Gustavo Madeira Santana
2026-03-19 08:03:19 -04:00
parent f69450b170
commit 4443cc771a
9 changed files with 193 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
export * from "openclaw/plugin-sdk/matrix";
export * from "./src/auth-precedence.js";
export * from "./helper-api.js";
export {
findMatrixAccountEntry,
hashMatrixAccessToken,
listMatrixEnvAccountIds,
resolveConfiguredMatrixAccountIds,
resolveMatrixChannelConfig,
resolveMatrixCredentialsFilename,
resolveMatrixEnvAccountToken,
resolveMatrixHomeserverKey,
resolveMatrixLegacyFlatStoreRoot,
sanitizeMatrixPathSegment,
} from "./helper-api.js";