X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/8037fb2d66e52fa65333e4b176c430118f59e89c..dd2e5c6b5e96fc053f614197a5180e49af5902d2:/client/src/main.rs?ds=sidebyside diff --git a/client/src/main.rs b/client/src/main.rs index f4ab67f9..958d9d9f 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -47,6 +47,7 @@ async fn handle_command( println!("{v}"); } } + stream.unsubscribe().await?; Ok(Value::Null) } cli::CliCommands::AddDevice { uri } => client.add_device(cli.account, uri).await, @@ -139,6 +140,7 @@ async fn handle_command( quote_author, quote_message, quote_mention, + quote_attachment, sticker, story_timestamp, story_author, @@ -157,6 +159,7 @@ async fn handle_command( quote_author, quote_message, quote_mention, + quote_attachment, sticker, story_timestamp, story_author,