bugfix view count
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user