From 3e5f99cf19689eda8441d1377782f403b67bf265 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 22 Jul 2021 15:18:20 -0700 Subject: [PATCH] Display client count in title. Closes https://github.com/owncast/owncast/issues/1242 --- web/pages/chat/users.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/chat/users.tsx b/web/pages/chat/users.tsx index 1dc592b92..b8698e9ee 100644 --- a/web/pages/chat/users.tsx +++ b/web/pages/chat/users.tsx @@ -66,7 +66,7 @@ export default function ChatUsers() { ); return ( <> - Connected Chat Participants + Connected Chat Participants ({clients.length}) {connectedUsers}