Display client count in title. Closes https://github.com/owncast/owncast/issues/1242
This commit is contained in:
@@ -66,7 +66,7 @@ export default function ChatUsers() {
|
||||
);
|
||||
return (
|
||||
<>
|
||||
<Title>Connected Chat Participants</Title>
|
||||
<Title>Connected Chat Participants ({clients.length})</Title>
|
||||
{connectedUsers}
|
||||
<br />
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user