mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08: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:
parent
07703daf90
commit
534141ed07
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user