BlueBubbles: use scoped plugin SDK imports

This commit is contained in:
Vincent Koc
2026-03-07 16:25:28 -08:00
parent 9856d8432d
commit 8f40b132f9

View File

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