Bump welshman
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
let term = ""
|
||||
|
||||
$: chats = $chatSearch.searchOptions(term).filter(c => c.pubkeys.length > 1)
|
||||
$: chats = $chatSearch.searchOptions(term)
|
||||
</script>
|
||||
|
||||
<SecondaryNav>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user