mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 04:15:48 -06:00
9dbfeb7e61
* 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>
3 lines
165 B
TypeScript
3 lines
165 B
TypeScript
// Mattermost plugin module implements setup.accounts behavior.
|
|
export { inspectMattermostAccount, type ResolvedMattermostAccount } from "./mattermost/accounts.js";
|