]> nmode's Git Repositories - signal-cli/blobdiff - client/src/main.rs
Implement replying to stories
[signal-cli] / client / src / main.rs
index 2951295314ff79a3cf5ff224495c8f0bb3f58caa..ea9cb9c83c1087a6b8d0553d945f9c9acefec87a 100644 (file)
@@ -127,6 +127,8 @@ async fn main() -> Result<(), anyhow::Error> {
             quote_message,
             quote_mention,
             sticker,
+            story_timestamp,
+            story_author,
         } => {
             client
                 .send(
@@ -143,6 +145,8 @@ async fn main() -> Result<(), anyhow::Error> {
                     quote_message,
                     quote_mention,
                     sticker,
+                    story_timestamp,
+                    story_author,
                 )
                 .await
         }