Files
openclaw/extensions/mattermost/api.ts
Peter Steinberger 6d3eff97a0 refactor(channels): privatize Mattermost and MSTeams test seams (#107924)
* refactor(mattermost): privatize internal test seams

* refactor(msteams): privatize internal test seams

* docs(mattermost): fix public API import path

* refactor(deadcode): shrink export baseline
2026-07-14 19:11:46 -07:00

4 lines
222 B
TypeScript

// Public Mattermost API barrel for lightweight integration helpers.
export { buildButtonAttachments } from "./src/mattermost/interactions.js";
export { isMattermostSenderAllowed } from "./src/mattermost/monitor-auth.js";