fix(bluebubbles): remove duplicate action config field

This commit is contained in:
Vincent Koc 2026-04-04 02:33:58 +09:00
parent e88f4fe5f4
commit c4eaa30ee7
1 changed files with 0 additions and 2 deletions

View File

@ -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;