refactor(media): centralize outbound access plumbing

This commit is contained in:
Peter Steinberger
2026-04-01 00:31:43 +09:00
parent c416527df6
commit 43ef8a5a86
38 changed files with 316 additions and 134 deletions

View File

@@ -29,6 +29,7 @@ export {
type GroupPolicy,
type WhatsAppAccountConfig,
} from "openclaw/plugin-sdk/whatsapp-shared";
export { loadOutboundMediaFromUrl } from "openclaw/plugin-sdk/whatsapp";
export {
isWhatsAppGroupJid,
isWhatsAppUserTarget,