feat: mute/unmute on profile

This commit is contained in:
2023-07-30 11:07:22 +02:00
parent 249de1d9be
commit 811b1ceaec
7 changed files with 93 additions and 10 deletions

View File

@ -151,7 +151,7 @@ export function ChatMessage({
pubkey={ev.pubkey}
profile={profile}
/>
<Text content={ev.content} tags={ev.tags} />
<Text tags={ev.tags} content={ev.content} />
{(hasReactions || hasZaps) && (
<div className="message-reactions">
{hasZaps && (