mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 08:31:49 -06:00
1db88feeef
* refactor(channels): own thread binding cleanup in managers * test(channels): prove thread binding lifecycle cleanup
4 lines
194 B
TypeScript
4 lines
194 B
TypeScript
// Matrix API module exposes the plugin public contract.
|
|
export { createMatrixThreadBindingManager } from "./src/matrix/thread-bindings.js";
|
|
export { setMatrixRuntime } from "./src/runtime.js";
|