mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Fix error on receiving invite
This commit is contained in:
@@ -137,9 +137,9 @@ export const useNotificationStore = defineStore('Notification', () => {
|
|||||||
// get instance name for invite
|
// get instance name for invite
|
||||||
const L = parseLocation(ref.details.worldId);
|
const L = parseLocation(ref.details.worldId);
|
||||||
if (L.isRealInstance) {
|
if (L.isRealInstance) {
|
||||||
instanceRequest.getInstance({
|
instanceRequest.getCachedInstance({
|
||||||
worldId: L.worldId,
|
worldId: L.worldId,
|
||||||
instanceId: L.tag
|
instanceId: L.instanceId
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user