upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/sub_commands/push.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-02-21 15:01:11 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-02-21 15:01:11 +0000
commitea5aa6993d4c906c1703563ddc304c324c4ae079 (patch)
tree061ef2f644b099661c0b0b5c74a88ab8f6d549c6 /src/sub_commands/push.rs
parent125ead4bb64d9e4a76266aabe5e826fc23551edc (diff)
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
Diffstat (limited to 'src/sub_commands/push.rs')
-rw-r--r--src/sub_commands/push.rs1
1 files changed, 1 insertions, 0 deletions
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<()> {
119 patch_events.last().map(nostr::Event::id), 119 patch_events.last().map(nostr::Event::id),
120 None, 120 None,
121 None, 121 None,
122 &None,
122 ) 123 )
123 .context("cannot make patch event from commit")?, 124 .context("cannot make patch event from commit")?,
124 ); 125 );