Home
Threads
Calendar
{#if hasNip29($relay)}
{#if $userRooms.length > 0}
Your Rooms
{/if}
{#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}
Create room
{:else}
Chat
{/if}