From ce4ca473cbafce0fc71a2b4e69e35caa8f251595 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 16 Aug 2014 13:22:47 +0100 Subject: order the members list by most recently active --- webclient/room/room.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'webclient/room') diff --git a/webclient/room/room.html b/webclient/room/room.html index f08cb61763..5712ce9b4f 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -9,15 +9,14 @@
- + -
- + - -
+
{{ member.displayname || member.id.substr(0, member.id.indexOf(':')) }}{{ member.displayname ? "" : member.id.substr(member.id.indexOf(':')) }}
- {{ info.mtime_age | duration }} {{ info.mtime_age ? "ago" : "" }} + + {{ member.mtime_age | duration }} {{ member.mtime_age ? "ago" : "" }}
-- cgit 1.5.1