refactor: move transport readiness onto channel runtime

This commit is contained in:
Peter Steinberger
2026-03-28 04:12:24 +00:00
parent df4fd12225
commit bd28e6d444
5 changed files with 32 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ 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 * from "../infra/transport-ready.js";
export {
isWhatsAppGroupJid,
isWhatsAppUserTarget,