codingteam / emulsion

XMPP ↔ Telegram bridge
MIT License
33 stars 3 forks source link

Telegram error processing #134

Closed ForNeVeR closed 3 years ago

ForNeVeR commented 3 years ago

Closes #133.

Turns out we weren't processing Telegram server errors properly: we were just logging them instead of throwing them to the message system (so it would know that the message wasn't delivered and start throttling it).