From 4cd81b0c7bd7f922651a932b6483e9cce6f4048c Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 7 Mar 2026 16:25:40 -0800 Subject: [PATCH] iMessage: use scoped plugin SDK imports --- extensions/imessage/src/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/imessage/src/channel.ts b/extensions/imessage/src/channel.ts index 33f24c532ba..22c45cf6072 100644 --- a/extensions/imessage/src/channel.ts +++ b/extensions/imessage/src/channel.ts @@ -1,7 +1,7 @@ import { buildAccountScopedDmSecurityPolicy, collectAllowlistProviderRestrictSendersWarnings, -} from "openclaw/plugin-sdk"; +} from "openclaw/plugin-sdk/compat"; import { applyAccountNameToChannelSection, buildChannelConfigSchema,