Recent Activity
{#if $userRooms.length > 0} {#each $userRooms.slice(0, 3) as room (room)} {@const channel = $channelsById.get(makeChannelId(url, room))}
{#if channel?.closed || channel?.private}
{:else}
{/if}
Active conversations
{/each} {:else}
No recent activity
{/if}