From 29a093993ce7d0210ac39ceb1a25acc9350492e7 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 19 Jul 2024 22:10:23 +0100 Subject: feat: save created events to cache as soon as they are successfully sent to at least one relay --- 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 111a14a..d05158f 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs @@ -191,6 +191,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { send_events( &client, + git_repo_path, patch_events, user_ref.relays.write(), repo_ref.relays.clone(), -- cgit v1.2.3