Revert 7539c22904eb109787e19ac08e19e86969e0056a...79eb634423e67d394860d77767614abf1ca36cee on Enabling the widget

Tulir Asokan 2021-12-19 11:25:47 +02:00
parent 79eb634423
commit ceb104799a
1 changed files with 7 additions and 2 deletions

@ -3,6 +3,7 @@
contain sensitive data. contain sensitive data.
2. Using `/devtools` in Element Web, edit the `m.widgets` account data event to 2. Using `/devtools` in Element Web, edit the `m.widgets` account data event to
have the following content: have the following content:
```json ```json
{ {
"stickerpicker": { "stickerpicker": {
@ -12,19 +13,23 @@
"name": "Stickerpicker", "name": "Stickerpicker",
"data": {} "data": {}
}, },
"sender": "@you:picker.url", "sender": "@you:matrix.server.name",
"state_key": "stickerpicker", "state_key": "stickerpicker",
"type": "m.widget", "type": "m.widget",
"id": "stickerpicker" "id": "stickerpicker"
} }
} }
``` ```
If you do not yet have a `m.widgets` event, simply create it with that content. If you do not yet have a `m.widgets` event, simply create it with that content.
You can also [use the client-server API directly][1] instead of using Element Web. You can also [use the client-server API directly][1] instead of using Element Web.
The `theme=$theme` query parameter will make the widget conform to Element's The `theme=$theme` query parameter will make the widget conform to Element's
theme automatically. You can also use `light`, `dark` or `black` instead of theme automatically. You can also use `light`, `dark` or `black` instead of
`$theme` to always use a specific theme. `$theme` to always use a specific theme.
You can use https://maunium.net/stickers-demo/ as the URL to try out the You can use https://maunium.net/stickers-demo/ as the URL to try out the
picker without hosting the files yourself. picker without hosting the files yourself.
3. Open the sticker picker and enjoy the fast sticker picking experience. 3. Open the sticker picker and enjoy the fast sticker picking experience.
[1]: https://matrix.org/docs/spec/client_server/latest#put-matrix-client-r0-user-userid-account-data-type
[1]: https://matrix.org/docs/spec/client_server/latest#put-matrix-client-r0-user-userid-account-data-type