mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
refactor store
This commit is contained in:
@@ -41,6 +41,7 @@ import { useAdvancedSettingsStore } from '../settings/advanced';
|
||||
import { useAppearanceSettingsStore } from '../settings/appearance';
|
||||
import { useFavoriteStore } from '../favorite';
|
||||
import { useFriendStore } from '../friend';
|
||||
import { handleFriendAdd } from '../../coordinators/friendRelationshipCoordinator';
|
||||
import { useGameStore } from '../game';
|
||||
import { useGeneralSettingsStore } from '../settings/general';
|
||||
import { useGroupStore } from '../group';
|
||||
@@ -533,7 +534,7 @@ export const useNotificationStore = defineStore('Notification', () => {
|
||||
notificationId: ref.id
|
||||
}
|
||||
});
|
||||
friendStore.handleFriendAdd({
|
||||
handleFriendAdd({
|
||||
params: {
|
||||
userId: ref.senderUserId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user