mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-11 14:04:10 +01:00
Some checks are pending
Spec / 🔎 Validate OpenAPI specifications (push) Waiting to run
Spec / 🔎 Check Event schema examples (push) Waiting to run
Spec / 🔎 Check OpenAPI definitions examples (push) Waiting to run
Spec / 🔎 Check JSON Schemas inline examples (push) Waiting to run
Spec / ⚙️ Calculate baseURL for later jobs (push) Waiting to run
Spec / 🐍 Build OpenAPI definitions (push) Blocked by required conditions
Spec / 📢 Run towncrier for changelog (push) Waiting to run
Spec / 📖 Build the spec (push) Blocked by required conditions
Spec / 🔎 Validate generated HTML (push) Blocked by required conditions
Spec / 📖 Build the historical backup spec (push) Blocked by required conditions
Spec / Create release (push) Blocked by required conditions
Spell Check / Spell Check with Typos (push) Waiting to run
* Spec for MSC4230: Flag for animated images Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add x-addedInMatrixVersion property Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> --------- Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
23 lines
485 B
YAML
23 lines
485 B
YAML
{
|
|
"$ref": "core/room_event.json",
|
|
"type": "m.sticker",
|
|
"content": {
|
|
"body": "Landing",
|
|
"info": {
|
|
"mimetype": "image/png",
|
|
"thumbnail_info": {
|
|
"mimetype": "image/png",
|
|
"h": 200,
|
|
"w": 140,
|
|
"size": 73602,
|
|
"is_animated": true
|
|
},
|
|
"h": 200,
|
|
"thumbnail_url": "mxc://matrix.org/sHhqkFCvSkFwtmvtETOtKnLP",
|
|
"w": 140,
|
|
"size": 73602
|
|
},
|
|
"url": "mxc://matrix.org/sHhqkFCvSkFwtmvtETOtKnLP"
|
|
}
|
|
}
|