refactor: move discord system events onto channel runtime

This commit is contained in:
Peter Steinberger
2026-03-28 03:26:37 +00:00
parent 52def05ecd
commit 2b450ab629
5 changed files with 17 additions and 4 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 { enqueueSystemEvent } from "../infra/system-events.js";
export { recordChannelActivity } from "../infra/channel-activity.js";
export {
isWhatsAppGroupJid,