Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telegram Node doesn't like new lines starting with "*" #13376

Open
successbyfailure opened this issue Feb 19, 2025 · 1 comment
Open

Telegram Node doesn't like new lines starting with "*" #13376

successbyfailure opened this issue Feb 19, 2025 · 1 comment
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@successbyfailure
Copy link

successbyfailure commented Feb 19, 2025

Bug Description

Building a telegram bot I discovered that if the agent produces a line of text starting with a single * asterisk the telegram node fails to send the message.

example:

Here is a list:
* item1

Would fail but

Here is a list:
** item1
Item2

Would get sent

Single "*" fails:
Image

Double "*" Gets sent
Image

To Reproduce

Create a telegram bot, use the send message box, feed it a line starting with a single asterisk "*"

Expected behavior

text input getting sent

Operating System

Debian with docker compose

n8n Version

1.78.1

Node.js Version

bundled in the docker compose

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Feb 19, 2025

Hey @successbyfailure,

We have created an internal ticket to look into this which we will be tracking as "GHC-898"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants