You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing, I found that both the sticker and its thumbnail must have the mimetype set to image/gif. However, since the uploaded thumbnail is in webp format, I've utilized the sticker URL as the thumbnail URL, which has proven to work flawlessly.
I'm now considering if there's a more automated approach to this issue, such as converting the thumbnail into a GIF format and uploading it to the Synapse Matrix server. Any insights on this matter would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Sorry, forgot to mentioned that I created that PR to fix the Gif animation_format issue. However, as I mentioned, it only convert the tgs file to gif. The thumbnail file from Telegram are in webp format which are not converted. So is there any workaround to convert those thumbnail as well?
Unfortunately, the current iOS Element app does not support webp stickers.
After testing, I have successfully enabled animated stickers in the iOS Element app. Below is an example sticker format:
During testing, I found that both the sticker and its thumbnail must have the mimetype set to image/gif. However, since the uploaded thumbnail is in webp format, I've utilized the sticker URL as the thumbnail URL, which has proven to work flawlessly.
I'm now considering if there's a more automated approach to this issue, such as converting the thumbnail into a GIF format and uploading it to the Synapse Matrix server. Any insights on this matter would be greatly appreciated.
The text was updated successfully, but these errors were encountered: