Bump welshman

This commit is contained in:
Jon Staab
2025-01-17 15:01:05 -08:00
parent e15fb3ce9c
commit 86928fc12c
13 changed files with 70 additions and 80 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
let term = ""
$: chats = $chatSearch.searchOptions(term).filter(c => c.pubkeys.length > 1)
$: chats = $chatSearch.searchOptions(term)
</script>
<SecondaryNav>
+1 -1
View File
@@ -17,7 +17,7 @@
const openMenu = () => pushModal(ChatMenuMobile)
$: chats = $chatSearch.searchOptions(term).filter(c => c.pubkeys.length > 1)
$: chats = $chatSearch.searchOptions(term)
onDestroy(() => {
setChecked($page.url.pathname)