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