mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
Favorites clean up
This commit is contained in:
@@ -289,7 +289,6 @@ export const useFriendStore = defineStore('Friend', () => {
|
||||
localFavoriteFriends.clear();
|
||||
for (const ref of favoriteStore.cachedFavorites.values()) {
|
||||
if (
|
||||
!ref.$isDeleted &&
|
||||
ref.type === 'friend' &&
|
||||
(generalSettingsStore.localFavoriteFriendsGroups.includes(
|
||||
ref.$groupKey
|
||||
|
||||
Reference in New Issue
Block a user