{#if showPubkey} {:else}
{/if}
{#if showPubkey}
{#if formatTimestampAsDate(event.created_at) === today} Today {:else} {formatTimestampAsDate(event.created_at)} {/if} at {formatTimestampAsTime(event.created_at)}
{/if}
{#if thunk} {/if}
{#if path && $comments.length > 0} {@const pubkeys = $comments.map(e => e.pubkey)} {@const isOwn = $pubkey && pubkeys.includes($pubkey)} {@const info = displayList(pubkeys.map(pubkey => displayProfileByPubkey(pubkey)))} {@const tooltip = `${info} commented`}
{$comments.length} comment{$comments.length === 1 ? "" : "s"}
{/if}
{#if !isMobile} {/if} {#if edit} {/if} {/if}