mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 20:18:28 +00:00
Add Mattermost as a supported messaging channel with bot API and WebSocket integration. Includes channel state tracking (tint, summary, details), multi-account support, and delivery target routing. Update documentation and tests to include Mattermost alongside existing channels.
10 lines
314 B
TypeScript
10 lines
314 B
TypeScript
export {
|
|
listEnabledMattermostAccounts,
|
|
listMattermostAccountIds,
|
|
resolveDefaultMattermostAccountId,
|
|
resolveMattermostAccount,
|
|
} from "./accounts.js";
|
|
export { monitorMattermostProvider } from "./monitor.js";
|
|
export { probeMattermost } from "./probe.js";
|
|
export { sendMessageMattermost } from "./send.js";
|