From c4eaa30ee7d9be817108bd026904df47fa2a1320 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 4 Apr 2026 02:33:58 +0900 Subject: [PATCH] fix(bluebubbles): remove duplicate action config field --- extensions/bluebubbles/src/types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/bluebubbles/src/types.ts b/extensions/bluebubbles/src/types.ts index 71dfb5754bb..9d9a6184fe3 100644 --- a/extensions/bluebubbles/src/types.ts +++ b/extensions/bluebubbles/src/types.ts @@ -63,8 +63,6 @@ export type BlueBubblesAccountConfig = { allowPrivateNetwork?: boolean; /** Per-group configuration keyed by chat GUID or identifier. */ groups?: Record; - /** Per-action tool gating for this account. */ - actions?: BlueBubblesActionConfig; /** Channel health monitor overrides for this channel/account. */ healthMonitor?: { enabled?: boolean;