{#if hasNip29($relay)}
Recent Activity
{:else}
Chat
{/if}
{#if ENABLE_ZAPS && $spaceKinds.has(ZAP_GOAL)}
Goals
{/if}
{#if $spaceKinds.has(THREAD)}
Threads
{/if}
{#if $spaceKinds.has(EVENT_TIME)}
Calendar
{/if}
{#if hasNip29($relay)}
{#if $userRooms.length > 0}
Your Rooms
{/if}
{#each $userRooms as h, i (h)}
{/each}
{#if $otherRooms.length > 0}
{#if $userRooms.length > 0}
Other Rooms
{:else}
Rooms
{/if}
{/if}
{#each $otherRooms as h, i (h)}
{/each}
{#if $canCreateRoom}
Create room
{/if}
{/if}