Home
Threads
Calendar
Your Rooms
{#each $userRooms as room, i (room)}
{/each}
{#if $otherRooms.length > 0}
{#if $userRooms.length > 0}
Other Rooms
{:else}
Rooms
{/if}
{/if}
{#each $otherRooms as room, i (room)}
{/each}
{#if hasNip29($relay)}
Create room
{/if}