fix: must be tag not ref.
This commit is contained in:
parent
e3cea5db16
commit
b063be76ae
|
@ -81,7 +81,7 @@ export function parseReferences(evt: Event): Reference[] {
|
|||
}
|
||||
case 'a': {
|
||||
try {
|
||||
let [kind, pubkey, identifier] = ref[1].split(':')
|
||||
let [kind, pubkey, identifier] = tag[1].split(':')
|
||||
references.push({
|
||||
text: ref[0],
|
||||
address: {
|
||||
|
|
Loading…
Reference in New Issue