iMessage: fix group policy config import

This commit is contained in:
Gustavo Madeira Santana
2026-03-18 03:39:21 +00:00
parent 1f5f3fc2ef
commit 4e706da898

View File

@@ -3,7 +3,7 @@ import {
resolveChannelGroupToolsPolicy,
type GroupToolPolicyConfig,
} from "openclaw/plugin-sdk/channel-policy";
import type { OpenClawConfig } from "openclaw/plugin-sdk/imessage";
import type { OpenClawConfig } from "openclaw/plugin-sdk/core";
type IMessageGroupContext = {
cfg: OpenClawConfig;