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?.()}