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

@@ -85,7 +85,7 @@ export {
export {
setMatrixThreadBindingIdleTimeoutBySessionKey,
setMatrixThreadBindingMaxAgeBySessionKey,
} from "../../extensions/matrix/src/matrix/thread-bindings.js";
} from "../../extensions/matrix/thread-bindings-runtime.js";
export { createTypingCallbacks } from "../channels/typing.js";
export { createChannelReplyPipeline } from "./channel-reply-pipeline.js";
export type { OpenClawConfig } from "../config/config.js";