Bump welshman

This commit is contained in:
Jon Staab
2024-11-07 15:10:28 -08:00
parent 98afc356a8
commit ba54615a3f
9 changed files with 62 additions and 123 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
onMount(() => {
const filter = {kinds: [WRAP], "#p": [$pubkey!]}
const relays = ctx.app.router.InboxRelays().getUrls()
const relays = ctx.app.router.UserInbox().getUrls()
const sub = subscribe({filters: [{...filter, since: ago(WEEK)}], relays})
pullConservatively({filters: [filter], relays})
+1 -1
View File
@@ -23,7 +23,7 @@
pullConservatively({
filters: [filter],
relays: ctx.app.router.InboxRelays().getUrls(),
relays: ctx.app.router.UserInbox().getUrls(),
})
return () => sub.close()