From 6b2adf663ead86ac4ff83c320ca336f944f7f230 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 7 Mar 2026 16:25:53 -0800 Subject: [PATCH] Teams: use scoped plugin SDK channel imports --- extensions/msteams/src/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/msteams/src/channel.ts b/extensions/msteams/src/channel.ts index 1aeebf0c7b2..cc1eca50fcb 100644 --- a/extensions/msteams/src/channel.ts +++ b/extensions/msteams/src/channel.ts @@ -1,7 +1,7 @@ import { collectAllowlistProviderRestrictSendersWarnings, formatAllowFromLowercase, -} from "openclaw/plugin-sdk"; +} from "openclaw/plugin-sdk/compat"; import type { ChannelMessageActionName, ChannelPlugin,