mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 19:53:47 +02:00
Favorites clean up
This commit is contained in:
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user