{displayRelayUrl(url)}
{#if showMenu}
-
-
-
{#if getMembershipUrls($userMembership).includes(url)}
{:else}
{/if}
{/if}
Threads
{GENERAL}
{#each rooms as room, i (room)}
{room}
{/each}
{#if otherRooms.length > 0}
{#if rooms.length > 0}
Other Rooms
{:else}
Rooms
{/if}
{/if}
{#each otherRooms as room, i (room)}
{room}
{/each}
Create room