Skip to content

fix: multi-line telegram messages truncated to first line #27

@MarvelNwachukwu

Description

@MarvelNwachukwu

Description

Multi-line messages sent via Telegram were truncated — only the first line after the content: field was captured by parseTelegramMessage(). The parser split input by newlines and only extracted the single line matching content:, discarding all subsequent lines. Confirmed upstream McpTelegram handles multi-line correctly; the bug was in adk-claw's parser.

PRs

  • #26: Fix Telegram multi-line message truncation

Impact

Telegram service (src/services/TelegramService.ts)

Metadata

Metadata

Labels

ADK ClawbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions