summary refs log tree commit diff
path: root/webclient/recents/recents.html
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-09-01 18:50:39 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-09-01 18:52:24 +0200
commit7d99cee3ef9e84ea24755ef9097342cf631cda59 (patch)
tree4cf67374b020a33f423cd763c7899b8500a0a89d /webclient/recents/recents.html
parentLittle bit more on syncing APIs, need to know more about responses before mor... (diff)
downloadsynapse-7d99cee3ef9e84ea24755ef9097342cf631cda59.tar.xz
Added roomName, a directive to compute a room name based on its alias (not aliases for now) and its users displaynames or ids
Diffstat (limited to 'webclient/recents/recents.html')
-rw-r--r--webclient/recents/recents.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/recents/recents.html b/webclient/recents/recents.html
index 56fb38b02a..db3b0fb32f 100644
--- a/webclient/recents/recents.html
+++ b/webclient/recents/recents.html
@@ -6,7 +6,7 @@
                ng-class="{'recentsRoomSelected': (room.room_id === recentsSelectedRoomID)}">
             <tr>
                 <td class="recentsRoomName">
-                    {{ room.room_display_name }}
+                    {{ room.room_id | roomName }}
                 </td>
                 <td class="recentsRoomSummaryTS">
                     {{ (room.lastMsg.ts) | date:'MMM d HH:mm' }}