refactor: route channel activity through channel runtime

This commit is contained in:
Peter Steinberger
2026-03-28 02:52:16 +00:00
parent 684a1565a9
commit 491969efb0
11 changed files with 22 additions and 11 deletions

View File

@@ -11,6 +11,7 @@ export * from "../channels/plugins/normalize/whatsapp.js";
export * from "../channels/plugins/outbound/interactive.js";
export * from "../channels/plugins/whatsapp-heartbeat.js";
export * from "../polls.js";
export { recordChannelActivity } from "../infra/channel-activity.js";
export {
isWhatsAppGroupJid,
isWhatsAppUserTarget,