picoclaw/pkg/channels/telegram
I Putu Eddy Irawan 3de4cb863b fix: pass original markdown to sendHTMLChunk for plain-text fallback
When HTML parsing fails, the fallback was re-sending the same HTML
string with ParseMode cleared, showing raw HTML tags to users.
Now pass the original markdown chunk so the fallback displays
readable plain text instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 22:15:17 +07:00
..
init.go refactor(channels): add channel subpackages and update gateway imports 2026-02-20 23:25:44 +08:00
telegram.go fix: pass original markdown to sendHTMLChunk for plain-text fallback 2026-03-04 22:15:17 +07:00
telegram_commands.go Update config file reference from config.yaml to config.json 2026-02-28 00:36:39 +08:00
telegram_test.go telegram: lower MaxMessageLength to 4000 for HTML expansion margin 2026-03-04 20:46:43 +07:00