]> nmode's Git Repositories - signal-cli/blobdiff - client/src/main.rs
Add --quote-attachment paramter to send command
[signal-cli] / client / src / main.rs
index c840fd5ea9ce861fdb1cada7e4219a3ca968df8e..958d9d9fd036caa6586edc8e1a3ebba3fe346a9d 100644 (file)
@@ -140,6 +140,7 @@ async fn handle_command(
             quote_author,
             quote_message,
             quote_mention,
+            quote_attachment,
             sticker,
             story_timestamp,
             story_author,
@@ -158,6 +159,7 @@ async fn handle_command(
                     quote_author,
                     quote_message,
                     quote_mention,
+                    quote_attachment,
                     sticker,
                     story_timestamp,
                     story_author,