diff options
Diffstat (limited to 'src/bin/git_remote_nostr/fetch.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/fetch.rs | 6 |
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 { |