Fix moderation notify being triggered from switching accounts

This commit is contained in:
Natsumi
2021-01-20 06:58:52 +13:00
parent 363d864534
commit a4b455aaca

View File

@@ -2123,6 +2123,7 @@ speechSynthesis.getVoices();
API.$on('LOGIN', function () {
this.cachedPlayerModerations.clear();
$app.playerModerationTable.lastRunLength = 0;
this.isPlayerModerationsLoading = false;
this.refreshPlayerModerations();
});