fix: zaps on hosted stream

This commit is contained in:
2023-06-30 22:46:28 +01:00
parent c25c0fcd67
commit 3339f72ef9
2 changed files with 10 additions and 14 deletions

View File

@ -82,7 +82,8 @@ function ProfileInfo({ link }: { link: NostrLink }) {
{zapTarget && thisEvent.data && (
<SendZapsDialog
lnurl={zapTarget}
ev={thisEvent.data}
pubkey={host}
aTag={`${thisEvent.data.kind}:${thisEvent.data.pubkey}:${findTag(thisEvent.data, "d")}`}
targetName={getName(thisEvent.data.pubkey, profile)}
/>
)}