X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/207764e0be91aeb9a6c52fa8639a822555f8759a..fea19c9e20ed07228420dae93399911a659e51b1:/client/src/main.rs diff --git a/client/src/main.rs b/client/src/main.rs index 50a0f4cb..29512953 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -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 }