From 2eaa199e6ad2742fbfea54f7d6584bd5c8ac005a Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Mon, 8 Sep 2014 11:55:19 -0700 Subject: Added number of users in recent rooms. --- webclient/recents/recents.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webclient/recents/recents.html') 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 @@ -8,6 +8,9 @@ {{ room.room_id | mRoomName }} + + {{ room.numUsersInRoom }} users + {{ (room.lastMsg.ts) | date:'MMM d HH:mm' }} -- cgit 1.5.1