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

6 lines
198 B
TypeScript

// Matrix API module exposes the plugin public contract.
export {
defaultTopLevelPlacement,
resolveMatrixInboundConversation as resolveInboundConversation,
} from "./src/thread-binding-api.js";