]> nmode's Git Repositories - signal-cli/blobdiff - client/src/main.rs
Implement reacting to stories
[signal-cli] / client / src / main.rs
index 50a0f4cb32650924db80d57371886866501bf3b4..2951295314ff79a3cf5ff224495c8f0bb3f58caa 100644 (file)
@@ -164,6 +164,7 @@ async fn main() -> Result<(), anyhow::Error> {
             target_author,
             target_timestamp,
             remove,
+            story,
         } => {
             client
                 .send_reaction(
@@ -175,6 +176,7 @@ async fn main() -> Result<(), anyhow::Error> {
                     target_author,
                     target_timestamp,
                     remove,
+                    story,
                 )
                 .await
         }