Comments

{#if loading}

Loading comments...

{:else if comments.length === 0 && kind1Replies.length === 0 && yakBacks.length === 0 && zapReceipts.length === 0}

No replies yet. Be the first to reply!

{:else}
{#each getThreadItems() as item (item.event.id)} {@const parent = getParentEvent(item.event)} {#if item.type === 'comment'} {:else if item.type === 'reply'}
{:else if item.type === 'yak'}
{:else if item.type === 'zap'} {/if} {/each}
{/if} {#if replyingTo}
(replyingTo = null)} />
{:else}
{/if}