Animated stickers were not animating
This commit is contained in:
SG-O 2022-07-08 05:07:04 +02:00
parent 49da8a60f7
commit d89bfd2f22

View File

@ -45,7 +45,7 @@ export class ScalarWidgetApi {
// Element Android requires content.body to contain the sticker description, otherwise
// you will not be able to send any stickers
body: sticker.description,
url: sticker.thumbnail.mxc,
url: sticker.image.mxc,
info: {
mimetype: sticker.image.mimetype,
w: Math.round(sticker.thumbnail.width / 2),