mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 18:53:47 +02:00
cachedFavoritesByObjectId
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user