upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/lib/git/nostr_url.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-07-31 12:02:08 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-07-31 12:02:08 +0100
commit8fe7737a491d6056d6e865bfdecd02e3dda3e8f5 (patch)
treeea044a7e3744724c1245a8c20bc5bf5e01ef492f /src/lib/git/nostr_url.rs
parentf4d3a622eeff76677316076afcd0cb8954aa2e05 (diff)
chore: bump rust-nostr v0.43
with trival breaking changes. nip05 changes will be done seperately.
Diffstat (limited to 'src/lib/git/nostr_url.rs')
-rw-r--r--src/lib/git/nostr_url.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/git/nostr_url.rs b/src/lib/git/nostr_url.rs
index e9b482f..8abf3f7 100644
--- a/src/lib/git/nostr_url.rs
+++ b/src/lib/git/nostr_url.rs
@@ -206,6 +206,7 @@ impl NostrUrlDecoded {
206 if s.len() == 2 { s[1] } else { s[0] } 206 if s.len() == 2 { s[1] } else { s[0] }
207 }; 207 };
208 term.write_line(&format!("fetching pubic key info from {domain}..."))?; 208 term.write_line(&format!("fetching pubic key info from {domain}..."))?;
209 // TODO we now need to implement our own wrapper for this
209 let res = nip05::profile(npub_or_nip05, None).await.context(format!( 210 let res = nip05::profile(npub_or_nip05, None).await.context(format!(
210 "failed to get nostr public key for {npub_or_nip05} from {domain}" 211 "failed to get nostr public key for {npub_or_nip05} from {domain}"
211 ))?; 212 ))?;