summary refs log tree commit diff
path: root/webclient/recents/recents.html
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-09-01 18:30:07 +0100
committerMark Haines <mark.haines@matrix.org>2014-09-01 18:30:07 +0100
commit00b042a3eb1593a10f4dd149c0c45646178dc71a (patch)
treec7658c55c386ea2f106a6aa06ddf73c26776f9c1 /webclient/recents/recents.html
parentEnable SSL for s2s http client (diff)
parentFollow API renaming. state -> presence. mtime_ago -> last_active_ago (diff)
downloadsynapse-00b042a3eb1593a10f4dd149c0c45646178dc71a.tar.xz
Merge remote-tracking branch 'origin/develop' into server2server_tls
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' }}