From 93d7bbc8bfb77fd85344b4351e9c87407beb0b0c Mon Sep 17 00:00:00 2001 From: White_Rabbit Date: Mon, 27 Nov 2017 15:49:35 +0100 Subject: [PATCH] note updates to thunbnail info in changelog (#1086) --- changelogs/client_server.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index 57c625159..fe522fced 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -18,6 +18,11 @@ r0.3.0 (`#395 `_). - Remove requirement that tokens used in token-based login be macaroons (`#395 `_). + - Move ``thumbnail_url`` and ``thumbnail_info`` members of json objects + for ``m.room.message`` events with msgtypes ``m.image``, ``m.file`` + and ``m.location``, inside the ``info`` member, to match ``m.video`` + events + (`#723 `_). - Changes to the API which will be backwards-compatible for clients: