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/room/room.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webclient/room') diff --git a/webclient/room/room.html b/webclient/room/room.html index 25a8e65b97..e8d8c3f46a 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -118,6 +118,10 @@ {{ members[msg.user_id].displayname || msg.user_id }} changed the topic to: {{ msg.content.topic }} + + {{ members[msg.user_id].displayname || msg.user_id }} changed the room name to: {{ msg.content.name }} + + -- cgit 1.5.1