Recent Conversations

{#if $conversations.length === 0}

No recent conversations

{:else} {#each $conversations.slice(0, limit) as { room, events, latest, earliest, participants } (latest.id)}
{/each} {#if $conversations.length > limit} {/if} {/if}