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/git.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/git.rs') diff --git a/src/git.rs b/src/git.rs index d0eaf03..0a06ab5 100644 --- a/src/git.rs +++ b/src/git.rs @@ -1313,6 +1313,7 @@ mod tests { None, None, None, + &None, ) } fn test_patch_applies_to_repository(patch_event: nostr::Event) -> Result<()> { @@ -1473,6 +1474,7 @@ mod tests { &vec![oid_to_sha1(&oid1), oid_to_sha1(&oid2), oid_to_sha1(&oid3)], &TEST_KEY_1_KEYS, &RepoRef::try_from(generate_repo_ref_event()).unwrap(), + &None, )?; events.reverse(); -- cgit v1.2.3