From 4cc619f06ce5d10274db3f854723e57881ae4d4f Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 7 Mar 2026 16:25:51 -0800 Subject: [PATCH] Mattermost: use scoped plugin SDK imports --- extensions/mattermost/src/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/mattermost/src/channel.ts b/extensions/mattermost/src/channel.ts index 6fca0e3af3a..8c0504c7a5c 100644 --- a/extensions/mattermost/src/channel.ts +++ b/extensions/mattermost/src/channel.ts @@ -3,7 +3,7 @@ import { collectAllowlistProviderRestrictSendersWarnings, createScopedAccountConfigAccessors, formatNormalizedAllowFromEntries, -} from "openclaw/plugin-sdk"; +} from "openclaw/plugin-sdk/compat"; import { applyAccountNameToChannelSection, applySetupAccountConfigPatch,