Files
openclaw/extensions/mattermost/api.ts
2026-03-29 00:43:58 +00:00

4 lines
232 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 { isMattermostSenderAllowed } from "./src/mattermost/monitor-auth.js";