{#snippet title()}
{#if others.length === 0}
{:else if others.length === 1} {@const pubkey = others[0]} {@const onClick = () => pushModal(ProfileDetail, {pubkey})} {:else}

and {#if others.length === 2} {:else} {others.length - 1} {others.length > 2 ? "others" : "other"} {/if}

{#if others.length > 2} {/if} {/if}
{/snippet} {#snippet action()}
{#if remove($pubkey, missingInboxes).length > 0} {@const count = remove($pubkey, missingInboxes).length} {@const label = count > 1 ? "inboxes are" : "inbox is"}
{count}
{/if}
{/snippet}
{#if missingInboxes.includes($pubkey!)}

Your inbox is not configured.

In order to deliver messages, {PLATFORM_NAME} needs to know where to send them. Please visit your relay settings page to set up your inbox.

{:else if missingInboxes.length > 0}

{missingInboxes.length} {missingInboxes.length > 1 ? "inboxes are" : "inbox is"} not configured.

In order to deliver messages, {PLATFORM_NAME} needs to know where to send them. Please make sure everyone in this conversation has set up their inbox relays.

{/if} {#each elements as { type, id, value, showPubkey } (id)} {#if type === "date"} {value} {:else} {/if} {/each}

{#if loading} Looking for messages... {:else} End of message history {/if} {@render info?.()}

{#if parent} {/if}