Update welshman stuff again

This commit is contained in:
Jon Staab
2025-04-11 09:27:19 -07:00
parent acddff79f0
commit 84af4d2d8e
9 changed files with 82 additions and 75 deletions
@@ -43,10 +43,12 @@
let showReply = $state(false)
onMount(() => {
const req = request({relays: [url], filters})
const controller = new AbortController()
request({relays: [url], filters, signal: controller.signal})
return () => {
req.close()
controller.abort()
setChecked($page.url.pathname)
}
})