Patch db,...
This commit is contained in:
@ -46,7 +46,7 @@ export default class extends AbstractView {
|
||||
if (this.logged && user.id == client.me.id)
|
||||
username.style.color = "green";
|
||||
else {
|
||||
const online = user.online;
|
||||
let online = (await client.profiles.getProfile(user.username)).online;
|
||||
if (online == undefined)
|
||||
username.style.color = "gray";
|
||||
else if (online == true)
|
||||
|
Reference in New Issue
Block a user