diff --git a/src/component/authorization/UserExist.jsx b/src/component/authorization/UserExist.jsx index 4358a96..b4f4cb5 100644 --- a/src/component/authorization/UserExist.jsx +++ b/src/component/authorization/UserExist.jsx @@ -95,7 +95,8 @@ export default function UserExist() { useEffect(()=>{ if(localStorage.getItem('room')){ - joinRoom(localStorage.getItem('room')) + joinRoom(localStorage.getItem('room')); + joinRoom("merms_global_events"); // global room for all } },[])