diff --git a/packages/core/web/src/live/stores/live.store.ts b/packages/core/web/src/live/stores/live.store.ts index 20b1b9d8..5efb0c3b 100644 --- a/packages/core/web/src/live/stores/live.store.ts +++ b/packages/core/web/src/live/stores/live.store.ts @@ -82,6 +82,7 @@ export const useLiveStore = defineStore('live', () => { }); authStore.onSwitchAuthState(() => { + // TODO: Not sure if this is the best approach, too lazy to think about it right now. channel?.postMessage({ command: 'reconnect', tabId }); });