From ea5aa6993d4c906c1703563ddc304c324c4ae079 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 21 Feb 2024 15:01:11 +0000 Subject: feat(send): in-reply-to arg for revised proposal send a revised version of a proposal using the new in-replyto argument suppliments existing 'root' tag with 'root-revision' e 'reply' tag to the original proposal --- src/sub_commands/push.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sub_commands/push.rs') diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index 2500e9f..73bdb38 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs @@ -119,6 +119,7 @@ pub async fn launch(cli_args: &Cli) -> Result<()> { patch_events.last().map(nostr::Event::id), None, None, + &None, ) .context("cannot make patch event from commit")?, ); -- cgit v1.2.3