Add offline property to user's own status
This commit is contained in:
parent
9ec5408c9e
commit
082cdba78d
@ -175,6 +175,7 @@ const getMyConnectionStatus = () => {
|
||||
return [{
|
||||
name: Auth.fullname,
|
||||
avatar: me.avatar,
|
||||
offline: false,
|
||||
you: true,
|
||||
moderator: false,
|
||||
color: me.color,
|
||||
|
Loading…
Reference in New Issue
Block a user