mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
Clean up avatarHistory
This commit is contained in:
+1
-1
@@ -274,7 +274,7 @@ export const useVrcxStore = defineStore('Vrcx', () => {
|
||||
!favoriteStore.cachedFavoritesByObjectId(id) &&
|
||||
ref.authorId !== userStore.currentUser.id &&
|
||||
!favoriteStore.localAvatarFavoritesList.includes(id) &&
|
||||
!avatarStore.avatarHistory.has(id)
|
||||
!avatarStore.avatarHistory.includes(id)
|
||||
) {
|
||||
avatarStore.cachedAvatars.delete(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user