From 534141ed07de236dcb057be1e50635aa649bceea Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Thu, 19 Oct 2017 20:54:56 +0530 Subject: [PATCH] popover: Pass value of is_active to userlist popover. This was forgotten in 4f088292eef2d500221c060955652ca2b06ceadb, breaking the right sidebar user popover. --- static/js/popovers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/popovers.js b/static/js/popovers.js index e8b4f2e117..fb324e5c60 100644 --- a/static/js/popovers.js +++ b/static/js/popovers.js @@ -448,6 +448,7 @@ exports.register_click_handlers = function () { pm_with_uri: narrow.pm_with_uri(user_email), sent_by_uri: narrow.by_sender_uri(user_email), private_message_class: "compose_private_message", + is_active: people.realm_user_is_active_human(user_id), }; target.popover({