merge with Chatte

This commit is contained in:
2023-12-18 21:29:35 +01:00

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();