diff --git a/web/app/shared/services/scalar/scalar-widget.api.ts b/web/app/shared/services/scalar/scalar-widget.api.ts index c36f028..b743db6 100644 --- a/web/app/shared/services/scalar/scalar-widget.api.ts +++ b/web/app/shared/services/scalar/scalar-widget.api.ts @@ -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,