From 6ea20f3503d56457d6b027e2404a701377a69e76 Mon Sep 17 00:00:00 2001 From: Emmanuel ROHEE Date: Fri, 12 Sep 2014 10:12:56 +0200 Subject: Show room name updates in room history and recents. Update it with the latest value --- webclient/recents/recents.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webclient/recents') diff --git a/webclient/recents/recents.html b/webclient/recents/recents.html index 6976bab879..3fb2b43ee3 100644 --- a/webclient/recents/recents.html +++ b/webclient/recents/recents.html @@ -80,6 +80,10 @@ {{ room.lastMsg.user_id | mUserDisplayName: room.room_id }} changed the topic to: {{ room.lastMsg.content.topic }} +
+ {{ room.lastMsg.user_id | mUserDisplayName: room.room_id }} changed the room name to: {{ room.lastMsg.content.name }} +
+
Call -- cgit 1.4.1