Ny samtale

{#if filtered.length === 0}

{#if people.length === 0} Ingen andre brukere funnet {:else} Ingen treff for «{search}» {/if}

{:else}
    {#each filtered as person (person.id)} {@const existing = existingChatWith(person.id)}
  • {/each}
{/if}