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

@@ -35,6 +35,11 @@ const RUNTIME_API_EXPORT_GUARDS: Record<string, readonly string[]> = {
'export { sendMessageIMessage } from "./src/send.js";',
],
"extensions/googlechat/runtime-api.ts": ['export * from "openclaw/plugin-sdk/googlechat";'],
"extensions/matrix/runtime-api.ts": [
'export * from "openclaw/plugin-sdk/matrix";',
'export * from "./src/auth-precedence.js";',
'export { findMatrixAccountEntry, hashMatrixAccessToken, listMatrixEnvAccountIds, resolveConfiguredMatrixAccountIds, resolveMatrixChannelConfig, resolveMatrixCredentialsFilename, resolveMatrixEnvAccountToken, resolveMatrixHomeserverKey, resolveMatrixLegacyFlatStoreRoot, sanitizeMatrixPathSegment } from "./helper-api.js";',
],
"extensions/nextcloud-talk/runtime-api.ts": [
'export * from "openclaw/plugin-sdk/nextcloud-talk";',
],