From a4b455aaca67f82fcf7b91d58d8bb9a18b3ee266 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 20 Jan 2021 06:58:52 +1300 Subject: [PATCH] Fix moderation notify being triggered from switching accounts --- html/src/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/src/app.js b/html/src/app.js index ac7ee240..45f8e1b9 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -2123,6 +2123,7 @@ speechSynthesis.getVoices(); API.$on('LOGIN', function () { this.cachedPlayerModerations.clear(); + $app.playerModerationTable.lastRunLength = 0; this.isPlayerModerationsLoading = false; this.refreshPlayerModerations(); });