diff --git a/src/app/commands.ts b/src/app/commands.ts index b2b3ac7b..d870f432 100644 --- a/src/app/commands.ts +++ b/src/app/commands.ts @@ -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, }), ), diff --git a/src/app/components/LogInBunker.svelte b/src/app/components/LogInBunker.svelte index 2e976814..a36374f6 100644 --- a/src/app/components/LogInBunker.svelte +++ b/src/app/components/LogInBunker.svelte @@ -1,4 +1,5 @@