diff options
Diffstat (limited to 'webclient/recents/recents.html')
-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> |