{#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(CLASSIFIED)}
Classifieds
{/if}
{#if $spaceKinds.has(EVENT_TIME)}
Calendar
{/if}
{#if hasNip29($relay)}
{#if $userRooms.length > 0}
Your Rooms
{/if}
{#each $userRooms as h (h)}
{/each}
{#if $otherRooms.length > 0}
{#if $userRooms.length > 0}
Other Rooms
{:else}
Rooms
{/if}
{/if}
{#if $otherRooms.length > 20}
{/if}
{#each $roomSearch.searchValues(term) as h (h)}
{/each}
{#if $otherVoiceRooms.length > 0}
Voice Rooms
{#each $otherVoiceRooms as h (h)}
{/each}
{/if}
{#if $canCreateRoom}
Create room
{/if}
{/if}