Matrix: fix Jiti runtime API boundary

This commit is contained in:
Gustavo Madeira Santana
2026-03-19 11:39:59 -04:00
parent 5a41229a6d
commit ff6541f69d
8 changed files with 273 additions and 233 deletions

View File

@@ -1,14 +1,4 @@
export * from "openclaw/plugin-sdk/matrix";
// Keep the external runtime API light so Jiti callers can resolve Matrix config
// helpers without traversing the full plugin-sdk/runtime graph.
export * from "./src/auth-precedence.js";
export {
findMatrixAccountEntry,
hashMatrixAccessToken,
listMatrixEnvAccountIds,
resolveConfiguredMatrixAccountIds,
resolveMatrixChannelConfig,
resolveMatrixCredentialsFilename,
resolveMatrixEnvAccountToken,
resolveMatrixHomeserverKey,
resolveMatrixLegacyFlatStoreRoot,
sanitizeMatrixPathSegment,
} from "./helper-api.js";
export * from "./helper-api.js";