summary refs log tree commit diff
path: root/webclient/room
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-09-12 10:12:56 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-09-12 10:12:56 +0200
commit6ea20f3503d56457d6b027e2404a701377a69e76 (patch)
tree96965f7d69b50be94530431a6445fb02c98a89a8 /webclient/room
parentBF: temp workaround while /initialSync on a particular room is not available (diff)
downloadsynapse-6ea20f3503d56457d6b027e2404a701377a69e76.tar.xz
Show room name updates in room history and recents.
Update it with the latest value
Diffstat (limited to 'webclient/room')
-rw-r--r--webclient/room/room.html4
1 files changed, 4 insertions, 0 deletions
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 }}
                         </span>
 
+                        <span ng-if="'m.room.name' === msg.type">
+                            {{ members[msg.user_id].displayname || msg.user_id }} changed the room name to: {{ msg.content.name }}
+                        </span>
+
                     </div>
                 </td>
                 <td class="rightBlock">