From e9cf3506fdb599a59a892a69f32ffa99a4e6bc66 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 7 Mar 2026 16:26:02 -0800 Subject: [PATCH] Telegram: use scoped plugin SDK imports --- extensions/telegram/src/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/telegram/src/channel.ts b/extensions/telegram/src/channel.ts index abc1af22a4e..12747ad755f 100644 --- a/extensions/telegram/src/channel.ts +++ b/extensions/telegram/src/channel.ts @@ -4,7 +4,7 @@ import { collectOpenGroupPolicyRouteAllowlistWarnings, createScopedAccountConfigAccessors, formatAllowFromLowercase, -} from "openclaw/plugin-sdk"; +} from "openclaw/plugin-sdk/compat"; import { applyAccountNameToChannelSection, buildChannelConfigSchema,