diff --git a/src/components/Globalchat/global.jsx b/src/components/Globalchat/global.jsx index 560968f..d18323f 100644 --- a/src/components/Globalchat/global.jsx +++ b/src/components/Globalchat/global.jsx @@ -56,7 +56,7 @@ const GlobalChat = () => { const [hasMoreMessages, setHasMoreMessages] = useState(true); const inputRef = useRef(null); const isLoadingOlderRef = useRef(false); - const ADMIN_USERNAME = 'deepanik'; + const ADMIN_USERNAME = 'deepanik' 'prateek'; const isAdmin = currentUser?.username === ADMIN_USERNAME; // Play notification sound