From 436ff29135e3deade80a6e53e53d74dddb613481 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 31 Jul 2025 16:28:04 +0100 Subject: fix: mention marker ~> q tag NIP-10 update required for rust-nostr v0.43 update --- src/bin/git_remote_nostr/push.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/bin/git_remote_nostr') 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( merged_patches .iter() .map(|merged_patch| { - Tag::from_standardized(nostr::TagStandard::Event { + Tag::from_standardized(nostr::TagStandard::Quote { event_id: *merged_patch, relay_url: repo_ref.relays.first().cloned(), - marker: Some(Marker::Mention), public_key: None, - uppercase: false, }) }) .collect::>(), -- cgit v1.2.3