fix: avoid duplicate block-stream payloads

This commit is contained in:
Peter Steinberger
2026-01-03 16:50:14 +00:00
parent 591773715e
commit f313af75e9
2 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
- Config: expose schema + UI hints for generic config forms (Web UI + future clients).
### Fixes
- Auto-reply: drop final payloads when block streaming to avoid duplicate Discord sends.
- Telegram: chunk block-stream replies to avoid “message is too long” errors (#124) — thanks @mukhtharcm.
- Block streaming: default to text_end and suppress duplicate block sends while in-flight.
- Block streaming: drop final payloads after soft chunking to keep Discord order intact.