Fix NoteShare

This commit is contained in:
Jonathan Staab 2023-06-07 04:26:16 -07:00
parent fada0d8f83
commit f4e1a9c5de
4 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Current
- [ ] List detail pages with follow all and add all to list
- [ ] Use vida to stream development
- [ ] Fix connection management stuff. Have GPT help
- [ ] Add threads - replies by self get shown at the top of replies?
@ -21,6 +22,8 @@
# Core
- [ ] Show link previews when posting
- [ ] Embedded music players for Spotify, youtube, etc
- [ ] Make mutes private
- [ ] Add nostrscript nevent1qqsvetmqsk8025jadyn82cpmkgxcesjffqajssd2qaq0k8arw9v79tsppadk7cn2v43hggz0vf4x2cm5t5yt4dnl
- [ ] Highlights

View File

@ -22,6 +22,7 @@
["https://getalby.com", "Alby", "Sign in to nostr apps without sharing your private key."],
["https://nak.nostr.com", "NAK", "A Nostr Army Knife, for advanced users."],
["https://nostrplebs.com", "NostrPlebs", "Get verified at nostrplebs.com."],
["https://nadar.tigerville.no", "Nadar", "Find out what relays know about your post."],
]
document.title = "Apps"

View File

@ -23,6 +23,8 @@
} catch (e) {
warn(e)
}
console.log(type, data)
})
</script>

View File

@ -7,7 +7,8 @@
export let note
const nevent = nip19.neventEncode({id: note.id, relays: [getRelayForEventHint(note)]})
const {url} = getRelayForEventHint(note)
const nevent = nip19.neventEncode({id: note.id, relays: [url]})
</script>
<Content size="lg">