mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-27 16:33:44 +01:00
Fix m.location example
This commit is contained in:
parent
30f9ea0225
commit
29e33deeb5
|
|
@ -3,12 +3,14 @@
|
||||||
"content": {
|
"content": {
|
||||||
"body": "Big Ben, London, UK",
|
"body": "Big Ben, London, UK",
|
||||||
"geo_uri": "geo:51.5008,0.1247",
|
"geo_uri": "geo:51.5008,0.1247",
|
||||||
"thumbnail_url": "mxc://localhost/FHyPlCeYUSFFxlgbQYZmoEoe",
|
"info": {
|
||||||
"thumbnail_info": {
|
"thumbnail_url": "mxc://localhost/FHyPlCeYUSFFxlgbQYZmoEoe",
|
||||||
"mimetype": "image/jpeg",
|
"thumbnail_info": {
|
||||||
"size": 46144,
|
"mimetype": "image/jpeg",
|
||||||
"w": 300,
|
"size": 46144,
|
||||||
"h": 300
|
"w": 300,
|
||||||
|
"h": 300
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"msgtype": "m.location"
|
"msgtype": "m.location"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue