We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
filterWithUserFilters()
1 parent c000e2a commit be6e15eCopy full SHA for be6e15e
src/core/platforms/nodejs-ssb/ssb.js
@@ -82,6 +82,7 @@ class NodeJsSSB {
82
this.setAvatarCache = setAvatarCache
83
this.getCachedAvatar = getCachedAvatar
84
this.getAllCachedUsers = getAllCachedUsers
85
+ this.filterWithUserFilters = filterWithUserFilters
86
}
87
88
log(pMsg, pVal = "") {
src/packages/zine/Zine.svelte
@@ -126,6 +126,7 @@
126
</button>
127
</div> -->
128
129
+ {#if channel}
130
<div class="dropdown" class:dropdown-open={dropdownActive}>
131
<button class="btn" tabindex="0" on:click={() => dropdownActive = true}>
132
{channel}
@@ -142,6 +143,7 @@
142
143
{/each}
144
</ul>
145
</div>
146
+{/if}
147
148
<br>
149
0 commit comments