{#if showPubkey} {/if}
{#if showPubkey}
{formatTimestampAsTime(event.created_at)}
{/if}
{#if thunk} {/if}
{#if $reactions.length > 0 || $zaps.length > 0}
{#each groupBy( e => e.content, uniqBy(e => e.pubkey + e.content, $reactions), ).entries() as [content, events]} {@const isOwn = events.some(e => e.pubkey === $pubkey)} {@const onClick = () => onReactionClick(content, events)} {/each}
{/if}