refactor store

This commit is contained in:
pa
2026-03-10 17:19:03 +09:00
parent 95c4a1d3e6
commit 1cbad7fb60
39 changed files with 1290 additions and 2366 deletions
+2 -1
View File
@@ -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
}