merge with Chatte

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

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