|
|
|
|
@ -158,23 +158,23 @@ like:
|
|
|
|
|
"body": "<h1>The awesome story</h1><p>A long time ago in a galaxy far, far away...</p><a href='...'>Read full post</a>",
|
|
|
|
|
"m.social.post": [
|
|
|
|
|
{
|
|
|
|
|
"msgtype": "m.text",
|
|
|
|
|
"body": "The first part of full text of story, located before image.",
|
|
|
|
|
"m.text": "The first part of full text of story, located before image.",
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"msgtype": "m.image",
|
|
|
|
|
"url": "mxc://example.com/KUAQOesGECkQTgdtedkftISg",
|
|
|
|
|
"body": "Image 1.jpg",
|
|
|
|
|
"info": {
|
|
|
|
|
"mimetype": "image/jpg",
|
|
|
|
|
"size": 1153501,
|
|
|
|
|
"w": 963,
|
|
|
|
|
"h": 734,
|
|
|
|
|
}
|
|
|
|
|
"m.file": {
|
|
|
|
|
"mimetype": "image/jpeg",
|
|
|
|
|
"name": "_MG_0641.jpg",
|
|
|
|
|
"size": 10158773,
|
|
|
|
|
"url": "mxc://"
|
|
|
|
|
},
|
|
|
|
|
"m.image": {
|
|
|
|
|
"height": 3456,
|
|
|
|
|
"width": 5184
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
"msgtype": "m.text",
|
|
|
|
|
"body": "The ending text of full story after image.",
|
|
|
|
|
"m.text": "The ending text of full story after image.",
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
@ -230,6 +230,7 @@ like :
|
|
|
|
|
"type": "m.social.image",
|
|
|
|
|
"content": {
|
|
|
|
|
"m.social.image": [
|
|
|
|
|
{
|
|
|
|
|
"m.caption": [
|
|
|
|
|
{
|
|
|
|
|
"m.text": "Tramline in Berlin"
|
|
|
|
|
@ -258,7 +259,8 @@ like :
|
|
|
|
|
"url": "mxc://nordgedanken.dev/",
|
|
|
|
|
"width": 800
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|