X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/c924d5c03a318d8c7d4dd7be287eaf0d523ecd91..7c7fc76a649678e9f77f1fcaeaaf4efdf9cc3cd9:/client/src/main.rs diff --git a/client/src/main.rs b/client/src/main.rs index f82ee237..ac12331d 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -144,6 +144,7 @@ async fn handle_command( end_session, message, attachment, + view_once, mention, text_style, quote_timestamp, @@ -170,6 +171,7 @@ async fn handle_command( end_session, message.unwrap_or_default(), attachment, + view_once, mention, text_style, quote_timestamp,