Attempt to fix instance timers, API incorrectly reporting user as active

This commit is contained in:
Natsumi
2021-03-28 19:01:03 +13:00
parent 9ef2b0f9f6
commit a40d46b7b4

View File

@@ -4991,6 +4991,9 @@ speechSynthesis.getVoices();
});
}
} else {
if (ctx.state === 'online' && ref.state === 'active' && state === 'active') {
return;
}
if (ctx.state === 'online') {
if (ctx.isVIP) {
removeFromArray(this.friendsGroup0_, ctx);