From cbb5d70036c6cdb95154f6be323a2ceefafdd293 Mon Sep 17 00:00:00 2001 From: Prateek Singh <144580059+Prateek062003@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:56:31 +0530 Subject: [PATCH] Fix ADMIN_USERNAME assignment in global.jsx --- src/components/Globalchat/global.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Globalchat/global.jsx b/src/components/Globalchat/global.jsx index 560968f..a5cc0ec 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