From 29e33deeb50fdf32a54f3fddc0f59a71e81c287a Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 7 Nov 2016 14:31:29 +0000 Subject: [PATCH] Fix m.location example --- event-schemas/examples/m.room.message#m.location | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/event-schemas/examples/m.room.message#m.location b/event-schemas/examples/m.room.message#m.location index fcbeb97e..dad2385f 100644 --- a/event-schemas/examples/m.room.message#m.location +++ b/event-schemas/examples/m.room.message#m.location @@ -3,12 +3,14 @@ "content": { "body": "Big Ben, London, UK", "geo_uri": "geo:51.5008,0.1247", - "thumbnail_url": "mxc://localhost/FHyPlCeYUSFFxlgbQYZmoEoe", - "thumbnail_info": { - "mimetype": "image/jpeg", - "size": 46144, - "w": 300, - "h": 300 + "info": { + "thumbnail_url": "mxc://localhost/FHyPlCeYUSFFxlgbQYZmoEoe", + "thumbnail_info": { + "mimetype": "image/jpeg", + "size": 46144, + "w": 300, + "h": 300 + } }, "msgtype": "m.location" },