bugfix view count

This commit is contained in:
2023-08-28 15:19:20 +01:00
parent 3dcc593ab5
commit b96002abe9

View File

@ -4,7 +4,7 @@ import { FormattedMessage } from "react-intl";
import { findTag } from "utils";
export function Views({ link }: { link: NostrLink }) {
const current = useCurrentStreamFeed(link);
const current = useCurrentStreamFeed(link, true);
const viewers = findTag(current, "current_participants");
return <div className="views">