Abort bunker on destroy

This commit is contained in:
Jon Staab
2024-11-12 13:52:02 -08:00
parent 952ebd38bf
commit bf6e1a854a
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ export const sendWrapped = async ({
uniq(pubkeys).map(async recipient =>
publishThunk({
event: await nip59.wrap(recipient, stamp(template)),
relays: ctx.app.router.PublishMessage(recipient).getUrls(),
relays: ctx.app.router.PubkeyInbox(recipient).getUrls(),
delay,
}),
),