upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/git_remote_nostr
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/git_remote_nostr')
-rw-r--r--src/bin/git_remote_nostr/push.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs
index 73d76b4..9ba7c30 100644
--- a/src/bin/git_remote_nostr/push.rs
+++ b/src/bin/git_remote_nostr/push.rs
@@ -1209,12 +1209,10 @@ async fn create_merge_status(
1209 merged_patches 1209 merged_patches
1210 .iter() 1210 .iter()
1211 .map(|merged_patch| { 1211 .map(|merged_patch| {
1212 Tag::from_standardized(nostr::TagStandard::Event { 1212 Tag::from_standardized(nostr::TagStandard::Quote {
1213 event_id: *merged_patch, 1213 event_id: *merged_patch,
1214 relay_url: repo_ref.relays.first().cloned(), 1214 relay_url: repo_ref.relays.first().cloned(),
1215 marker: Some(Marker::Mention),
1216 public_key: None, 1215 public_key: None,
1217 uppercase: false,
1218 }) 1216 })
1219 }) 1217 })
1220 .collect::<Vec<Tag>>(), 1218 .collect::<Vec<Tag>>(),