refactor: explicit leaveOpen

This commit is contained in:
Alejandro Gomez
2023-07-06 16:52:32 +02:00
parent 7dce7f5a73
commit 55fb812854
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ import useEventFeed from "../hooks/event-feed";
export function ChatPopout() {
const params = useParams();
const link = parseNostrLink(params.id!);
const { data: ev } = useEventFeed(link);
const { data: ev } = useEventFeed(link, true);
return (
<div className="popout-chat">