useReactions leaveOpen false

This commit is contained in:
Martti Malmi
2024-01-08 12:38:20 +02:00
parent 79fad227c5
commit 615f3ca504
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ export function LongFormText(props: LongFormTextProps) {
NostrLink.fromEvent(props.ev).id + "related",
[NostrLink.fromEvent(props.ev)],
undefined,
true,
false,
);
const { reactions, reposts, zaps } = useEventReactions(NostrLink.fromEvent(props.ev), related.data ?? []);