mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 17:53:48 +02:00
simplify
This commit is contained in:
@@ -242,7 +242,7 @@ export const useNotificationStore = defineStore('Notification', () => {
|
||||
}
|
||||
if (
|
||||
generalSettingsStore.autoAcceptInviteRequests === 'All Favorites' &&
|
||||
!favoriteStore.favoriteFriends.some(
|
||||
!favoriteStore.state.favoriteFriends_.some(
|
||||
(x) => x.id === ref.senderUserId
|
||||
)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user