iMessage: move group policy behind plugin boundary

This commit is contained in:
Gustavo Madeira Santana
2026-03-18 03:37:56 +00:00
parent c29458d407
commit 1f5f3fc2ef
4 changed files with 81 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ export {
export {
resolveIMessageGroupRequireMention,
resolveIMessageGroupToolPolicy,
} from "../channels/plugins/group-mentions.js";
} from "../../extensions/imessage/src/group-policy.js";
export { IMessageConfigSchema } from "../config/zod-schema.providers-core.js";
export { resolveChannelMediaMaxBytes } from "../channels/plugins/media-limits.js";