mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 17:53:48 +02:00
Change instance fetching
This commit is contained in:
@@ -646,6 +646,15 @@ export const useUserStore = defineStore('User', () => {
|
||||
sharedFeedStore.updateSharedFeed(false);
|
||||
}
|
||||
}
|
||||
if (
|
||||
!instanceStore.cachedInstances.has(ref.$location.tag) &&
|
||||
isRealInstance(ref.location)
|
||||
) {
|
||||
instanceRequest.getInstance({
|
||||
worldId: ref.$location.worldId,
|
||||
instanceId: ref.$location.instanceId
|
||||
});
|
||||
}
|
||||
if (
|
||||
ref.$isVRCPlus &&
|
||||
ref.badges &&
|
||||
|
||||
Reference in New Issue
Block a user