⋯
{#if menuOpen}
📋
Copy user ID (npub)
{#if copied === 'userId'}
✓
{/if}
📋
Copy event ID (nevent)
{#if copied === 'eventId'}
✓
{/if}
🔗
Share with aitherboard
{#if copied === 'share'}
✓
{/if}
{#if isLoggedIn && !isOwnProfile}
{muted ? '🔇' : '🔊'}
{muted ? 'Unmute this user' : 'Mute this user'}
{#if muted}
✓
{/if}
{#if followed}
{:else}
{/if}
{followed ? 'Unfollow this user' : 'Follow this user'}
{#if followed}
✓
{/if}
{/if}
{/if}