lagleki / Lojban-1Chat-Bridge

Lojban community's relay bot for Telegram <=> Facebook Messenger <=> Discord <=> IRC <=> Slack <=> Mattermost <=> VK.com board
https://lojban.pw
MIT License
11 stars 4 forks source link

Strikethrough text formatting is not bridged from Telegram to Discord #99

Open jqueiroz opened 3 years ago

jqueiroz commented 3 years ago

The message abc ~~def~~ ghi ("abc def ghi") reaches Discord as abc def ghi ("abc def ghi").

This probably happens in the reverse direction, and for other endpoints, as well.

lagleki commented 3 years ago

Telegram bot API doesn't support strikethrough in message.text. Will have to parse MessageEntity instead.