From ef53dce22cb363d9b373cae033f4be91f6cfb194 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 18 Feb 2026 09:50:57 +0000 Subject: report event kinds in publish progress messages instead of generic 'Publishing to nostr relays...' messages, describe what is being published e.g. 'Publishing 3 patches to nostr relays...' or 'Publishing 1 announcement and 1 state event to nostr relays...' --- src/bin/ngit/sub_commands/init.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bin/ngit/sub_commands/init.rs') diff --git a/src/bin/ngit/sub_commands/init.rs b/src/bin/ngit/sub_commands/init.rs index ae6a202..8513f18 100644 --- a/src/bin/ngit/sub_commands/init.rs +++ b/src/bin/ngit/sub_commands/init.rs @@ -1261,7 +1261,6 @@ async fn publish_and_finalize( }; // Step 2: Create event - println!("publishing repostory announcement to nostr..."); let repo_event = repo_ref.to_event(&signer).await?; // Step 3: Build nostr URL -- cgit v1.2.3