refactor: share telegram payload send flow

This commit is contained in:
Peter Steinberger
2026-03-10 20:43:56 +00:00
parent a455c0cc3d
commit bc1cc2e50f
4 changed files with 140 additions and 85 deletions

View File

@@ -53,6 +53,7 @@ export {
parseTelegramThreadId,
} from "../telegram/outbound-params.js";
export { collectTelegramStatusIssues } from "../channels/plugins/status-issues/telegram.js";
export { sendTelegramPayloadMessages } from "../channels/plugins/outbound/telegram.js";
export {
resolveAllowlistProviderRuntimeGroupPolicy,