diff --git a/src/app/session/page.tsx b/src/app/session/page.tsx index 3899f12..4e8503a 100644 --- a/src/app/session/page.tsx +++ b/src/app/session/page.tsx @@ -268,7 +268,7 @@ function useLocalPresence(roomKey: string, status: PresenceStatus) { } } catch {} }; - window.addEventListener("storage", onStorage); + // window.addEventListener("storage", onStorage); return () => window.removeEventListener("storage", onStorage); }