mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 12:38:38 +00:00
BlueBubbles: use scoped plugin SDK imports
This commit is contained in:
@@ -1,9 +1,3 @@
|
|||||||
import {
|
|
||||||
buildAccountScopedDmSecurityPolicy,
|
|
||||||
collectOpenGroupPolicyRestrictSendersWarnings,
|
|
||||||
formatNormalizedAllowFromEntries,
|
|
||||||
mapAllowFromEntries,
|
|
||||||
} from "openclaw/plugin-sdk";
|
|
||||||
import type {
|
import type {
|
||||||
ChannelAccountSnapshot,
|
ChannelAccountSnapshot,
|
||||||
ChannelPlugin,
|
ChannelPlugin,
|
||||||
@@ -24,6 +18,12 @@ import {
|
|||||||
resolveBlueBubblesGroupToolPolicy,
|
resolveBlueBubblesGroupToolPolicy,
|
||||||
setAccountEnabledInConfigSection,
|
setAccountEnabledInConfigSection,
|
||||||
} from "openclaw/plugin-sdk/bluebubbles";
|
} from "openclaw/plugin-sdk/bluebubbles";
|
||||||
|
import {
|
||||||
|
buildAccountScopedDmSecurityPolicy,
|
||||||
|
collectOpenGroupPolicyRestrictSendersWarnings,
|
||||||
|
formatNormalizedAllowFromEntries,
|
||||||
|
mapAllowFromEntries,
|
||||||
|
} from "openclaw/plugin-sdk/compat";
|
||||||
import {
|
import {
|
||||||
listBlueBubblesAccountIds,
|
listBlueBubblesAccountIds,
|
||||||
type ResolvedBlueBubblesAccount,
|
type ResolvedBlueBubblesAccount,
|
||||||
|
|||||||
Reference in New Issue
Block a user