feat: corrected last example

pull/3639/head
henri2h 4 years ago
parent a272151ddb
commit 77ae6f4715

@ -286,23 +286,22 @@ is to define events like this one
</p><a href='...'>Read the full post in your favorite social matrix client</a>", </p><a href='...'>Read the full post in your favorite social matrix client</a>",
"m.social.post": [ "m.social.post": [
{ {
"msgtype": "m.text", "m.text": "The first part of full text of story, located before image.",
"body": "The first part of full text of story, located before image.",
}, },
{ {
"msgtype": "m.image", "m.file": {
"url": "mxc://example.com/KUAQOesGECkQTgdtedkftISg", "mimetype": "image/jpeg",
"body": "Image 1.jpg", "name": "_MG_0641.jpg",
"info": { "size": 10158773,
"mimetype": "image/jpg", "url": "mxc://"
"size": 1153501, },
"w": 963, "m.image": {
"h": 734, "height": 3456,
} "width": 5184
},
}, },
{ {
"msgtype": "m.text", "m.text": "The ending text of full story after image.",
"body": "The ending text of full story after image.",
} }
] ]
} }

Loading…
Cancel
Save