diff --git a/extensions/bluebubbles/src/channel.ts b/extensions/bluebubbles/src/channel.ts index cf43fc30fd1..d0f076f6e84 100644 --- a/extensions/bluebubbles/src/channel.ts +++ b/extensions/bluebubbles/src/channel.ts @@ -1,9 +1,3 @@ -import { - buildAccountScopedDmSecurityPolicy, - collectOpenGroupPolicyRestrictSendersWarnings, - formatNormalizedAllowFromEntries, - mapAllowFromEntries, -} from "openclaw/plugin-sdk"; import type { ChannelAccountSnapshot, ChannelPlugin, @@ -24,6 +18,12 @@ import { resolveBlueBubblesGroupToolPolicy, setAccountEnabledInConfigSection, } from "openclaw/plugin-sdk/bluebubbles"; +import { + buildAccountScopedDmSecurityPolicy, + collectOpenGroupPolicyRestrictSendersWarnings, + formatNormalizedAllowFromEntries, + mapAllowFromEntries, +} from "openclaw/plugin-sdk/compat"; import { listBlueBubblesAccountIds, type ResolvedBlueBubblesAccount,