Files
openclaw/extensions/matrix/thread-bindings-runtime.ts

6 lines
220 B
TypeScript

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