Files
openclaw/extensions/matrix/thread-bindings-runtime.ts
2026-06-04 22:03:15 -04:00

6 lines
220 B
TypeScript

// Matrix plugin module implements thread bindings runtime behavior.
export {
setMatrixThreadBindingIdleTimeoutBySessionKey,
setMatrixThreadBindingMaxAgeBySessionKey,
} from "./src/matrix/thread-bindings-shared.js";