fix: client.me
This commit is contained in:
parent
ceed7c2c4a
commit
980a66fb47
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user