Plugins/mattermost: migrate to scoped plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 02:33:03 -05:00
parent b69b2a7ae0
commit b192276283
27 changed files with 34 additions and 34 deletions

View File

@@ -12,7 +12,7 @@ import {
type ChannelMessageActionAdapter,
type ChannelMessageActionName,
type ChannelPlugin,
} from "openclaw/plugin-sdk/compat";
} from "openclaw/plugin-sdk/mattermost";
import { MattermostConfigSchema } from "./config-schema.js";
import { resolveMattermostGroupRequireMention } from "./group-mentions.js";
import {