popovers: Add guest avatar marker to user profile popover.

This commit is contained in:
Cynthia Lin
2018-12-17 17:25:07 -08:00
committed by Tim Abbott
parent 4d97909764
commit 053c4a2250
3 changed files with 6 additions and 1 deletions

View File

@@ -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));