mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 03:03:47 +02:00
Fix moderation notify being triggered from switching accounts
This commit is contained in:
@@ -2123,6 +2123,7 @@ speechSynthesis.getVoices();
|
|||||||
|
|
||||||
API.$on('LOGIN', function () {
|
API.$on('LOGIN', function () {
|
||||||
this.cachedPlayerModerations.clear();
|
this.cachedPlayerModerations.clear();
|
||||||
|
$app.playerModerationTable.lastRunLength = 0;
|
||||||
this.isPlayerModerationsLoading = false;
|
this.isPlayerModerationsLoading = false;
|
||||||
this.refreshPlayerModerations();
|
this.refreshPlayerModerations();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user