refactor: move heartbeat helpers onto channel runtime

This commit is contained in:
Peter Steinberger
2026-03-28 04:08:23 +00:00
parent b9415ca24b
commit 4beb231fd8
5 changed files with 113 additions and 8 deletions

View File

@@ -13,6 +13,8 @@ export * from "../channels/plugins/whatsapp-heartbeat.js";
export * from "../polls.js";
export { enqueueSystemEvent } from "../infra/system-events.js";
export { recordChannelActivity } from "../infra/channel-activity.js";
export * from "../infra/heartbeat-events.ts";
export * from "../infra/heartbeat-visibility.ts";
export {
isWhatsAppGroupJid,
isWhatsAppUserTarget,