Threads
{#if $notifications.has(threadsPath)}
{/if}
Calendar
{#if $notifications.has(calendarPath)}
{/if}
{#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}
{#if hasNip29($relay)}
{/if}