mautrix / telegram

A Matrix-Telegram hybrid puppeting/relaybot bridge
https://matrix.to/#/#telegram:maunium.net
GNU Affero General Public License v3.0
1.27k stars 173 forks source link

Messages with URLs not being delivered to Telegram from Rocketchat via Matrix-Telegram bridge #925

Open AnonC0DER opened 12 months ago

AnonC0DER commented 12 months ago

Issue Description:

I am using the turt2live/matrix-bot-sdk library to transfer messages from Rocketchat to a Matrix-Telegram bridge. However, I am facing an issue where certain messages, especially those with URLs, are successfully delivered to Element (Matrix client) but fail to reach Telegram. Unfortunately, I am unable to determine the cause of the problem, making it difficult to reproduce at will.

Steps:

Expected Behavior:

Actual Behavior:

Additional Information:

tulir commented 12 months ago

Those steps don't contain anything useful, the event source and/or bridge logs are required.

Also note that m.notice bridging is disabled by default if you're sending those https://github.com/mautrix/telegram/blob/v0.14.1/mautrix_telegram/example-config.yaml#L450-L456