Updated Enabling the widget (markdown)

DemonWareXT 2021-12-19 00:24:35 +01:00
parent 6caf649211
commit 73698b206a

@ -5,23 +5,23 @@
have the following content:
```json
{
"type": "m.widgets",
"content": {
"stickerpicker": {
{
"type": "m.widgets",
"content": {
"type": "m.stickerpicker",
"url": "https://demonwarext.github.io/stickerpicker/web/?theme=$theme",
"name": "Stickerpicker",
"data": {}
},
"sender": "@you:matrix.server.name",
"state_key": "stickerpicker",
"type": "m.widget",
"id": "stickerpicker"
"stickerpicker": {
"content": {
"type": "m.stickerpicker",
"url": "https://demonwarext.github.io/stickerpicker/web/?theme=$theme",
"name": "Stickerpicker",
"data": {}
},
"sender": "@you:matrix.server.name",
"state_key": "stickerpicker",
"type": "m.widget",
"id": "stickerpicker"
}
}
}
}
}
```
If you do not yet have a `m.widgets` event, simply create it with that content.