fix: client.me

This commit is contained in:
starnakin 2023-12-18 21:27:10 +01:00
parent ceed7c2c4a
commit 980a66fb47

View File

@ -96,7 +96,7 @@ class Client
async _update_logged(state)
{
if (this.logged && state)
if (!this.logged && state)
{
this.me = new MyProfile(this);
await this.me.init();