diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-08 11:55:19 -0700 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-08 11:55:29 -0700 |
commit | 2eaa199e6ad2742fbfea54f7d6584bd5c8ac005a (patch) | |
tree | e2b569d0269631dc2120deb29c15d5d0b81f3c6d /webclient/recents/recents.html | |
parent | Fix bug in state handling where we incorrectly identified a missing pdu. Upda... (diff) | |
download | synapse-2eaa199e6ad2742fbfea54f7d6584bd5c8ac005a.tar.xz |
Added number of users in recent rooms.
Diffstat (limited to '')
-rw-r--r-- | webclient/recents/recents.html | 3 |
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> |