Add offline property to user's own status

This commit is contained in:
Pedro Beschorner Marin 2021-04-05 13:18:45 -03:00
parent 9ec5408c9e
commit 082cdba78d

View File

@ -175,6 +175,7 @@ const getMyConnectionStatus = () => {
return [{
name: Auth.fullname,
avatar: me.avatar,
offline: false,
you: true,
moderator: false,
color: me.color,