Show notification badges regardless of favorite status

This commit is contained in:
Jon Staab
2026-03-17 15:11:02 -07:00
parent 7ae887561d
commit 7e2a0e9d5f
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -258,7 +258,7 @@
<SecondaryNavHeader>Your Rooms</SecondaryNavHeader>
{/if}
{#each $userRooms as h (h)}
<SpaceMenuRoomItem notify {replaceState} {url} {h} />
<SpaceMenuRoomItem {replaceState} {url} {h} />
{/each}
{#if $otherRooms.length > 0}
<div class="h-2 flex-shrink-0"></div>