From dcf0a6fbfd76257fbf3193ff128505dc0965f67d Mon Sep 17 00:00:00 2001 From: Emmanuel ROHEE Date: Fri, 5 Sep 2014 16:45:59 +0200 Subject: Display ban & kick reason --- webclient/recents/recents.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'webclient/recents/recents.html') diff --git a/webclient/recents/recents.html b/webclient/recents/recents.html index 1c059249bf..280d0632ab 100644 --- a/webclient/recents/recents.html +++ b/webclient/recents/recents.html @@ -34,11 +34,17 @@ {{ {"join": "kicked", "ban": "unbanned"}[room.lastMsg.content.prev] }} {{ room.lastMsg.state_key | mUserDisplayName: room.room_id }} + + : {{ room.lastMsg.content.reason }} + {{ room.lastMsg.user_id | mUserDisplayName: room.room_id }} {{ {"invite": "invited", "ban": "banned"}[room.lastMsg.content.membership] }} {{ room.lastMsg.state_key | mUserDisplayName: room.room_id }} + + : {{ room.lastMsg.content.reason }} + -- cgit 1.4.1