mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 18:53:47 +02:00
Fix VIP filter at startup for feed and gameLog
This commit is contained in:
@@ -186,6 +186,7 @@ export const useAuthStore = defineStore('Auth', () => {
|
||||
}
|
||||
watchState.isLoggedIn = false;
|
||||
watchState.isFriendsLoaded = false;
|
||||
watchState.isFavoritesLoaded = false;
|
||||
notificationStore.notificationInitStatus = false;
|
||||
await updateStoredUser(userStore.currentUser);
|
||||
webApiService.clearCookies();
|
||||
|
||||
Reference in New Issue
Block a user