mirror of https://github.com/openclaw/openclaw.git
fix: remove duplicate bluebubbles actions field
This commit is contained in:
parent
636a23b73e
commit
04f59a7227
|
|
@ -18,8 +18,6 @@ export type BlueBubblesAccountConfig = {
|
|||
capabilities?: string[];
|
||||
/** Allow channel-initiated config writes (default: true). */
|
||||
configWrites?: boolean;
|
||||
/** Per-action tool gating (default: true for all). */
|
||||
actions?: BlueBubblesActionConfig;
|
||||
/** If false, do not start this BlueBubbles account. Default: true. */
|
||||
enabled?: boolean;
|
||||
/** Base URL for the BlueBubbles API. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue