diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-25 14:37:17 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-25 14:37:17 +0100 |
| commit | d6faad17e814d252a72e3aca39a4b3898382bab9 (patch) | |
| tree | 16a238703293fe0d9cce04fa83de2af4a88f5433 /src/bin/git_remote_nostr/fetch.rs | |
| parent | 4f84dc460c3494286233afe9ca480d3b7c0186b1 (diff) | |
chore: bump rust-nostr v0.35
bump all rust-nostr packages
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 { |