mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:01:38 +00:00
fix(channels): add optional defaultAccount routing
This commit is contained in:
@@ -192,4 +192,6 @@ export type SlackAccountConfig = {
|
||||
export type SlackConfig = {
|
||||
/** Optional per-account Slack configuration (multi-account). */
|
||||
accounts?: Record<string, SlackAccountConfig>;
|
||||
/** Optional default account id when multiple accounts are configured. */
|
||||
defaultAccount?: string;
|
||||
} & SlackAccountConfig;
|
||||
|
||||
Reference in New Issue
Block a user