X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/94d79692df24f69807bc77898292109b55ae1735..5ed9db4f08e52ed0c42cb42740f85d2ad346e13c:/client/src/main.rs diff --git a/client/src/main.rs b/client/src/main.rs index 50a0f4cb..ea9cb9c8 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -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 } @@ -164,6 +168,7 @@ async fn main() -> Result<(), anyhow::Error> { target_author, target_timestamp, remove, + story, } => { client .send_reaction( @@ -175,6 +180,7 @@ async fn main() -> Result<(), anyhow::Error> { target_author, target_timestamp, remove, + story, ) .await }