fix(heartbeat): telegram accountId + cron jobId compat (#516, thanks @YuriNachos)

This commit is contained in:
Peter Steinberger
2026-01-08 20:46:58 +01:00
parent 9d42972b8a
commit 871c9e5286
3 changed files with 60 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
## Unreleased
- Heartbeat: resolve Telegram account IDs from config-only tokens; cron tool accepts canonical `jobId` and legacy `id` for job actions. (#516) — thanks @YuriNachos
- Discord: stop provider when gateway reconnects are exhausted and surface errors. (#514) — thanks @joshp123
- Auto-reply: preserve block reply ordering with timeout fallback for streaming. (#503) — thanks @joshp123
- Auto-reply: avoid splitting outbound chunks inside parentheses. (#499) — thanks @philipp-spiess