Allow stickers to be sent from Element Android

Previous work was done in commit be8ebdbc3e192036b21b88b294fe04de0a92f3ab

This fixes #441
This commit is contained in:
Dark Kirb 2021-11-07 16:00:03 +00:00 committed by GitHub
parent 02d616ba97
commit 7bec89bd5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,