Files
openclaw/extensions/mattermost/api.ts
2026-04-05 23:21:56 +01:00

5 lines
285 B
TypeScript

// Keep this barrel helper-only so plugin-sdk facades do not pull the full
// channel plugin (and its runtime state) into tests or other shared surfaces.
export { mattermostPlugin } from "./src/channel.js";
export { isMattermostSenderAllowed } from "./src/mattermost/monitor-auth.js";