mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 19:53:47 +02:00
refactor findUserByDisplayName
This commit is contained in:
@@ -193,7 +193,8 @@ export const useGameLogStore = defineStore('GameLog', () => {
|
||||
ctx.userId =
|
||||
findUserByDisplayName(
|
||||
userStore.cachedUsers,
|
||||
ctx.displayName
|
||||
ctx.displayName,
|
||||
userStore.cachedUserIdsByDisplayName
|
||||
)?.id ?? '';
|
||||
}
|
||||
notificationStore.queueGameLogNoty(ctx);
|
||||
|
||||
Reference in New Issue
Block a user