Bump welshman, rework channel loading

This commit is contained in:
Jon Staab
2025-01-28 08:13:20 -08:00
parent e10b83bed8
commit 08e80262a4
6 changed files with 256 additions and 154 deletions
+2 -2
View File
@@ -58,9 +58,9 @@
const replyTo = (event: TrustedEvent) => {
const relays = ctx.app.router.Event(event).getUrls()
const nevent = nip19.neventEncode({...event, relays})
const bech32 = nip19.neventEncode({...event, relays})
$editor.commands.insertNEvent({nevent})
$editor.commands.insertNEvent({bech32})
$editor.commands.insertContent("\n")
$editor.commands.focus()
}