Fix VIP filter at startup for feed and gameLog

This commit is contained in:
Natsumi
2025-10-03 12:24:41 +13:00
parent d5082d894b
commit 61bc798b91
6 changed files with 31 additions and 11 deletions
+1
View File
@@ -932,6 +932,7 @@ export const useFavoriteStore = defineStore('Favorite', () => {
refreshFavoriteGroups();
friendStore.updateLocalFavoriteFriends();
state.isFavoriteLoading = false;
watchState.isFavoritesLoaded = true;
}
});
}