Files
openclaw/extensions/mattermost/src/setup.accounts.runtime.ts
wangmiao0668000666 9dbfeb7e61 fix(channels): keep healthy accounts' message actions when one credential SecretRef fails (#110329)
* fix(channels): isolate unavailable account discovery

Co-authored-by: wangmiao0668000666 <wang.miao86@xydigit.com>

* refactor(channels): remove stale discovery exports

* test(pr): provide ripgrep fixture command

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-28 01:50:51 -04:00

3 lines
165 B
TypeScript

// Mattermost plugin module implements setup.accounts behavior.
export { inspectMattermostAccount, type ResolvedMattermostAccount } from "./mattermost/accounts.js";