popover: Show last seen time in user profile.

This commit is contained in:
Vishnu Ks 2018-05-16 12:19:55 +00:00 committed by Tim Abbott
parent 1e92810972
commit 10832f1e8d
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ function show_user_profile(element, user) {
} }
profile_data[i18n.t("Date joined")] = moment(user.date_joined).format("MMMM DD YYYY"); profile_data[i18n.t("Date joined")] = moment(user.date_joined).format("MMMM DD YYYY");
profile_data[i18n.t("Last seen")] = user_last_seen_time_status(user.user_id);
var args = { var args = {
full_name: user.full_name, full_name: user.full_name,