chore: upgrade pkgs

This commit is contained in:
2024-07-11 11:25:21 +01:00
parent 1716c021ef
commit c1a018820f
4 changed files with 32 additions and 11 deletions

View File

@ -56,7 +56,7 @@ export function ChatMessage({
const profile = useUserProfile(ev.pubkey);
const shouldShowMuteButton = ev.pubkey !== streamer && ev.pubkey !== login?.pubkey;
const zapTarget = profile?.lud16 ?? profile?.lud06;
const related = useReactions("reactions", [link], undefined, true);
const related = useReactions("reactions", [link], undefined, false);
const { zaps, reactions } = useEventReactions(link, related);
const emojiNames = emojiPacks.map(p => p.emojis).flat();