mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-14 10:41:23 +00:00
5 lines
285 B
TypeScript
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";
|