Profile card for previously offline users
This commit is contained in:
parent
09da9fa23d
commit
e090841b03
|
@ -3743,6 +3743,14 @@ export default {
|
||||||
this.profileModal.user = this.whoMap[username];
|
this.profileModal.user = this.whoMap[username];
|
||||||
this.profileModal.username = username;
|
this.profileModal.username = username;
|
||||||
this.profileModal.visible = true;
|
this.profileModal.visible = true;
|
||||||
|
} else {
|
||||||
|
// An offline user - profile minimal basic details.
|
||||||
|
this.profileModal.user = {
|
||||||
|
username: username,
|
||||||
|
loginAt: 0,
|
||||||
|
}
|
||||||
|
this.profileModal.username = username;
|
||||||
|
this.profileModal.visible = true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user