Skip to content

fix(telegram): strip markdown formatting on overflow fallback (#43441) - #43590

Closed
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-43441
Closed

fix(telegram): strip markdown formatting on overflow fallback (#43441)#43590
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-43441

Conversation

@kyssta-exe

Copy link
Copy Markdown
Contributor

Fixes #43441. When MarkdownV2 parsing fails during overflow split in forum topics, the fallback path was sending raw Markdown text without parse_mode, causing literal bold and backtick markers to appear. Now strips formatting markers before sending as plain text.

@alt-glitch alt-glitch added type/bug Something isn't working P2 Medium — degraded but workaround exists comp/gateway Gateway runner, session dispatch, delivery platform/telegram Telegram bot adapter duplicate This issue or pull request already exists labels Jun 10, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Duplicate of #33304 — that earlier open PR uses the same approach: strip raw markdown in the MarkdownV2 fallback paths so literal **bold**/backticks aren't sent as plain text. Both target #43441. (Note the canonical format-before-chunk PRs #43458/#43470 are now closed; #43463 remains open with a broader bound-topic fix.)

@kyssta-exe

Copy link
Copy Markdown
Contributor Author

Superseded by #43761 (merged by teknium1), which includes this exact change plus additional improvements for the Telegram overflow split path. Issue #43441 is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/gateway Gateway runner, session dispatch, delivery duplicate This issue or pull request already exists P2 Medium — degraded but workaround exists platform/telegram Telegram bot adapter type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Telegram bound topic final replies render raw Markdown instead of formatted text

2 participants