Favorites clean up

This commit is contained in:
Natsumi
2025-11-01 17:44:06 +11:00
parent 23b7c45951
commit f875aaf304
3 changed files with 32 additions and 132 deletions
-1
View File
@@ -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