mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
popovers: Add guest avatar marker to user profile popover.
This commit is contained in:
@@ -266,6 +266,7 @@ exports.show_user_profile = function (user) {
|
||||
last_seen: user_last_seen_time_status(user.user_id),
|
||||
user_time: people.get_user_time(user.user_id),
|
||||
user_type: people.get_user_type(user.user_id),
|
||||
user_is_guest: user.is_guest,
|
||||
};
|
||||
|
||||
$("#user-profile-modal-holder").html(templates.render("user_profile_modal", args));
|
||||
|
||||
Reference in New Issue
Block a user