X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/2ecddba37509c1328980a2d59d1e96ca2cabab53..cf07512d2403cd428959f96840ee923a606d78d9:/client/src/main.rs diff --git a/client/src/main.rs b/client/src/main.rs index 622be806..c0ef0de6 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -147,6 +147,15 @@ async fn main() -> Result<(), anyhow::Error> { .await } cli::CliCommands::SendContacts => client.send_contacts(cli.account).await, + cli::CliCommands::SendPaymentNotification { + recipient, + receipt, + note, + } => { + client + .send_payment_notification(cli.account, recipient, receipt, note) + .await + } cli::CliCommands::SendReaction { recipient, group_id, @@ -309,6 +318,7 @@ async fn main() -> Result<(), anyhow::Error> { family_name, about, about_emoji, + mobile_coin_address, avatar, remove_avatar, } => { @@ -319,6 +329,7 @@ async fn main() -> Result<(), anyhow::Error> { family_name, about, about_emoji, + mobile_coin_address, avatar, remove_avatar, )