diff --git a/src/stores/notification.js b/src/stores/notification.js index 7d662dff..73baf7b3 100644 --- a/src/stores/notification.js +++ b/src/stores/notification.js @@ -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 }); } }