mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
popover: Pass value of is_active to userlist popover.
This was forgotten in 4f088292ee,
breaking the right sidebar user popover.
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user