summary refs log tree commit diff
path: root/webclient/recents/recents.html
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-08 11:55:19 -0700
committerKegan Dougal <kegan@matrix.org>2014-09-08 11:55:29 -0700
commit2eaa199e6ad2742fbfea54f7d6584bd5c8ac005a (patch)
treee2b569d0269631dc2120deb29c15d5d0b81f3c6d /webclient/recents/recents.html
parentFix bug in state handling where we incorrectly identified a missing pdu. Upda... (diff)
downloadsynapse-2eaa199e6ad2742fbfea54f7d6584bd5c8ac005a.tar.xz
Added number of users in recent rooms.
Diffstat (limited to 'webclient/recents/recents.html')
-rw-r--r--webclient/recents/recents.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/webclient/recents/recents.html b/webclient/recents/recents.html
index 280d0632ab..b903412815 100644
--- a/webclient/recents/recents.html
+++ b/webclient/recents/recents.html
@@ -9,6 +9,9 @@
                     {{ room.room_id | mRoomName }}
                 </td>
                 <td class="recentsRoomSummaryTS">
+                    {{ room.numUsersInRoom }} users
+                </td>
+                <td class="recentsRoomSummaryTS">
                     {{ (room.lastMsg.ts) | date:'MMM d HH:mm' }}
                 </td>
             </tr>