4 Commits
Author SHA1 Message Date
tiennm99 c119386073 fix(bot): truncate messages on HTML-safe boundaries
Fixed-index truncation could split an HTML tag or entity or drop a closing tag, making Telegram reject the whole message with 'can't parse entities'. Cut on a newline boundary where tags are balanced, reserve room for a truncation notice, and strip any trailing partial markup.
2026-06-26 15:48:34 +07:00
tiennm99 f022e8463c fix: harden status delivery and state recovery 2026-06-20 22:12:04 +07:00
tiennm99 2a4519106e fix: align status bot delivery behavior 2026-06-19 15:56:59 +07:00
tiennm99 87f091beb8 feat: scaffold openai status bot 2026-06-19 14:39:19 +07:00