Skip to content

Commit be6e15e

Browse files
committed
[zine]: fix for missing filterWithUserFilters()
1 parent c000e2a commit be6e15e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/core/platforms/nodejs-ssb/ssb.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class NodeJsSSB {
8282
this.setAvatarCache = setAvatarCache
8383
this.getCachedAvatar = getCachedAvatar
8484
this.getAllCachedUsers = getAllCachedUsers
85+
this.filterWithUserFilters = filterWithUserFilters
8586
}
8687

8788
log(pMsg, pVal = "") {

src/packages/zine/Zine.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
</button>
127127
</div> -->
128128

129+
{#if channel}
129130
<div class="dropdown" class:dropdown-open={dropdownActive}>
130131
<button class="btn" tabindex="0" on:click={() => dropdownActive = true}>
131132
{channel}
@@ -142,6 +143,7 @@
142143
{/each}
143144
</ul>
144145
</div>
146+
{/if}
145147
</div>
146148
<br>
147149

0 commit comments

Comments
 (0)