Messages with URLs not being delivered to Telegram from Rocketchat via Matrix-Telegram bridge
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:
- Set up the turt2live/matrix-bot-sdk for message transfer between Rocketchat and a Matrix-Telegram bridge.
- Send a message from Rocketchat that contains a URL.
- Observe that the message is successfully received in Element (Matrix client).
- Check Telegram for the same message.
- Notice that the message is not delivered to Telegram.
Expected Behavior:
- Messages containing URLs should be successfully transferred from Rocketchat to both Element and Telegram.
Actual Behavior:
- Messages containing URLs are successfully delivered to Element but fail to reach Telegram.
Additional Information:
- Version of turt2live/matrix-bot-sdk: 0.5.19
- I have checked several groups in Telegram ensure that permissions are not causing the problem, but they do not appear to be the issue.
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