mirror of https://github.com/openclaw/openclaw.git
fix(bluebubbles): remove duplicate action config field
This commit is contained in:
parent
e88f4fe5f4
commit
c4eaa30ee7
|
|
@ -63,8 +63,6 @@ export type BlueBubblesAccountConfig = {
|
|||
allowPrivateNetwork?: boolean;
|
||||
/** Per-group configuration keyed by chat GUID or identifier. */
|
||||
groups?: Record<string, BlueBubblesGroupConfig>;
|
||||
/** Per-action tool gating for this account. */
|
||||
actions?: BlueBubblesActionConfig;
|
||||
/** Channel health monitor overrides for this channel/account. */
|
||||
healthMonitor?: {
|
||||
enabled?: boolean;
|
||||
|
|
|
|||
Loading…
Reference in New Issue