]> nmode's Git Repositories - signal-cli/blobdiff - client/src/main.rs
Bump version to 0.12.5
[signal-cli] / client / src / main.rs
index f4ab67f93afc3b7b332d279f1d665a6e0a2992ea..958d9d9fd036caa6586edc8e1a3ebba3fe346a9d 100644 (file)
@@ -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,