Mattermost: use scoped plugin SDK imports

This commit is contained in:
Vincent Koc
2026-03-07 16:25:51 -08:00
parent 4b0d55dadf
commit 4cc619f06c

View File

@@ -3,7 +3,7 @@ import {
collectAllowlistProviderRestrictSendersWarnings,
createScopedAccountConfigAccessors,
formatNormalizedAllowFromEntries,
} from "openclaw/plugin-sdk";
} from "openclaw/plugin-sdk/compat";
import {
applyAccountNameToChannelSection,
applySetupAccountConfigPatch,