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

View File

@@ -158,7 +158,6 @@ export const useNotificationStore = defineStore('Notification', () => {
const D = userStore.userDialog;
if (
D.visible === false ||
ref.$isDeleted ||
ref.type !== 'friendRequest' ||
ref.senderUserId !== D.id
) {