X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/fea19c9e20ed07228420dae93399911a659e51b1..5ed9db4f08e52ed0c42cb42740f85d2ad346e13c:/client/src/main.rs diff --git a/client/src/main.rs b/client/src/main.rs index 29512953..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 }