mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 18:23:47 +02:00
revert: remove unnecessary getUser
This commit is contained in:
@@ -919,6 +919,9 @@ export const useUserStore = defineStore('User', () => {
|
||||
if (locationStore.lastLocation.playerList.has(D.ref.id)) {
|
||||
inCurrentWorld = true;
|
||||
}
|
||||
if (args.cache) {
|
||||
userRequest.getUser(args.params);
|
||||
}
|
||||
if (userId !== currentUser.value.id) {
|
||||
database
|
||||
.getUserStats(D.ref, inCurrentWorld)
|
||||
|
||||
Reference in New Issue
Block a user