From 3acdeabfc3ab55d3e92d76d92d8ab6ad0383dd09 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 31 Jul 2024 15:59:17 +0100 Subject: feat(remote): `push` issues state event if no previous state events can be found it replicates git server otherwise it just updates pushed value --- src/sub_commands/init.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sub_commands/init.rs') diff --git a/src/sub_commands/init.rs b/src/sub_commands/init.rs index ba188c9..bb437a5 100644 --- a/src/sub_commands/init.rs +++ b/src/sub_commands/init.rs @@ -89,6 +89,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { &cli_args.password, Some(&client), false, + false, ) .await?; @@ -330,6 +331,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { user_ref.relays.write(), relays.clone(), !cli_args.disable_cli_spinners, + false, ) .await?; -- cgit v1.2.3