From a40d46b7b4f41c760ca80edb45e883c9c3b740af Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sun, 28 Mar 2021 19:01:03 +1300 Subject: [PATCH] Attempt to fix instance timers, API incorrectly reporting user as active --- html/src/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/src/app.js b/html/src/app.js index f695853d..d244866d 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -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);