mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 20:23:46 +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
|
||||
const L = parseLocation(ref.details.worldId);
|
||||
if (L.isRealInstance) {
|
||||
instanceRequest.getInstance({
|
||||
instanceRequest.getCachedInstance({
|
||||
worldId: L.worldId,
|
||||
instanceId: L.tag
|
||||
instanceId: L.instanceId
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user