fix: leave open dashboard

This commit is contained in:
Kieran 2023-12-07 15:39:03 +00:00
parent fedf674819
commit 4336513184
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -24,7 +24,7 @@ export default function DashboardPage() {
}
function DashboardForLink({ link }: { link: NostrLink }) {
const streamEvent = useCurrentStreamFeed(link);
const streamEvent = useCurrentStreamFeed(link, true);
const streamLink = streamEvent ? NostrLink.fromEvent(streamEvent) : undefined;
const { stream, status, image, participants } = extractStreamInfo(streamEvent);
const [maxParticipants, setMaxParticipants] = useState(0);