Recent Conversations
{#if $conversations.length === 0}
No recent conversations
{:else} {#each $conversations.slice(0, limit) as { room, events, latest, earliest, participants } (latest.id)}
goToEvent(earliest)}>
#{room}
•
{formatTimestamp(earliest.created_at)}
{events.length} messages
{participants.length} participants
goToEvent(latest)}>
Latest reply:
{formatTimestamp(latest.created_at)}
{/each} {#if $conversations.length > limit}
View more conversations
{/if} {/if}