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 private stickers are not properly handled and fail to fetch the sticker image #974

Open
drjaska opened this issue Sep 10, 2024 · 2 comments

Comments

@drjaska
Copy link

drjaska commented Sep 10, 2024

Telegram has a feature where someone can have a private sticker collection from which they can send stickers from and those stickers can't be copied (though they can be forwarded) in the Telegram app. When these stickers are bridged to matrix the message seems to be bridged fine except that the image is still missing. Element Mobile just displays a void instead of the image and Element Desktop shows "Unable to show image due to error".

If other bridges such as mautrix-discord attempt to bridge these messages then they will complain about image 404'ing:

Your message may not have been bridged: failed to GET /_matrix/client/v1/media/download//: M_NOT_FOUND (HTTP 404): Not found '/_matrix/client/v1/media/download//'

I would suggest fixing the image ripping, if this is not possible then handle the messages specially as needed.

@zouppen
Copy link

zouppen commented Sep 10, 2024

I can confirm that it causes notable error message mess in some channels which are bridged with both mautrix-telegram and mautrix-discord.

@tulir
Copy link
Member

tulir commented Sep 10, 2024

Missing logs and event source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants