cachedFavoritesByObjectId

This commit is contained in:
pa
2025-10-28 12:12:45 +09:00
committed by Natsumi
parent f5f60b048c
commit 4d18c92f59
7 changed files with 31 additions and 31 deletions

View File

@@ -572,9 +572,7 @@ export const usePhotonStore = defineStore('Photon', () => {
hudTimeout.forEach((item) => {
if (
timeoutHudOverlayFilter.value === 'VIP' &&
favoriteStore.cachedFavoritesByObjectId.has(
item.userId
)
favoriteStore.cachedFavoritesByObjectId(item.userId)
) {
filteredHudTimeout.push(item);
} else if (