mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 00:12:34 +00:00
fix(channels): add optional defaultAccount routing
This commit is contained in:
@@ -35,6 +35,8 @@ export type ExtensionChannelConfig = {
|
||||
allowFrom?: string | string[];
|
||||
/** Default delivery target for CLI --deliver when no explicit --reply-to is provided. */
|
||||
defaultTo?: string;
|
||||
/** Optional default account id when multiple accounts are configured. */
|
||||
defaultAccount?: string;
|
||||
dmPolicy?: string;
|
||||
groupPolicy?: GroupPolicy;
|
||||
accounts?: Record<string, unknown>;
|
||||
|
||||
Reference in New Issue
Block a user