Fix profile links

This commit is contained in:
Kieran 2023-07-06 16:07:42 +01:00
parent 0ecf74fe6a
commit 62f5b36818
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -110,7 +110,7 @@ export function ChatMessage({
<Icon name="signal" size={16} />
)
}
pubkey={""}
pubkey={ev.pubkey}
profile={profile}
/>
<Text content={ev.content} tags={ev.tags} />