fix: remove duplicate bluebubbles actions field

This commit is contained in:
Peter Steinberger 2026-04-03 18:38:58 +01:00
parent 636a23b73e
commit 04f59a7227
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -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. */