Merge remote-tracking branch 'darkkirb/patch-1'

This commit is contained in:
Aode (lion) 2021-11-14 17:00:36 -05:00
commit 2ba5721ef8

View file

@ -43,6 +43,9 @@ export class ScalarWidgetApi {
data: {
description: sticker.description,
content: {
// 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,
info: {
mimetype: sticker.image.mimetype,