refactor findUserByDisplayName

This commit is contained in:
pa
2026-03-14 21:43:22 +09:00
parent a314885bff
commit a64f4f6d7a
10 changed files with 195 additions and 24 deletions

View File

@@ -193,7 +193,8 @@ export const useGameLogStore = defineStore('GameLog', () => {
ctx.userId =
findUserByDisplayName(
userStore.cachedUsers,
ctx.displayName
ctx.displayName,
userStore.cachedUserIdsByDisplayName
)?.id ?? '';
}
notificationStore.queueGameLogNoty(ctx);