X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/25258db55d36af977444c5cc8bbf99dd6246aa74..6cd57312a1396543f14b243ff19d2cf0db973588:/client/src/main.rs diff --git a/client/src/main.rs b/client/src/main.rs index 61cbabf2..d934f800 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -275,9 +275,17 @@ async fn handle_command( CliCommands::UpdateAccount { device_name, unrestricted_unidentified_sender, + discoverable_by_number, + number_sharing, } => { client - .update_account(cli.account, device_name, unrestricted_unidentified_sender) + .update_account( + cli.account, + device_name, + unrestricted_unidentified_sender, + discoverable_by_number, + number_sharing, + ) .await } CliCommands::UpdateConfiguration {