upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/git_remote_nostr/fetch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/git_remote_nostr/fetch.rs')
-rw-r--r--src/bin/git_remote_nostr/fetch.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/git_remote_nostr/fetch.rs b/src/bin/git_remote_nostr/fetch.rs
index ff55d6f..a972a2f 100644
--- a/src/bin/git_remote_nostr/fetch.rs
+++ b/src/bin/git_remote_nostr/fetch.rs
@@ -112,9 +112,9 @@ pub fn make_commits_for_proposal(
112 .context(format!( 112 .context(format!(
113 "cannot create commit for patch {}", 113 "cannot create commit for patch {}",
114 nip19::Nip19Event { 114 nip19::Nip19Event {
115 event_id: patch.id(), 115 event_id: patch.id,
116 author: Some(patch.author()), 116 author: Some(patch.pubkey),
117 kind: Some(patch.kind()), 117 kind: Some(patch.kind),
118 relays: if let Some(relay) = repo_ref.relays.first() { 118 relays: if let Some(relay) = repo_ref.relays.first() {
119 vec![relay.to_string()] 119 vec![relay.to_string()]
120 } else { 120 } else {