Quick Links

Threads {#if $notifications.has(threadsPath)}
{/if}
Calendar {#if $notifications.has(calendarPath)}
{/if}
{#if hasNip29($relay)} {#if $userRooms.length + $otherRooms.length > 10} {/if} {#each filteredRooms() as room (room)} {@const roomPath = makeRoomPath(url, room)} {@const channel = $channelsById.get(makeChannelId(url, room))}
{#if channel?.closed || channel?.private} {:else} {/if}
{#if $notifications.has(roomPath)}
{/if} {/each} {:else}
Chat {#if $notifications.has(chatPath)}
{/if}
{/if}