]> nmode's Git Repositories - signal-cli/blobdiff - client/src/main.rs
Add support for sending view once messages
[signal-cli] / client / src / main.rs
index f82ee237eb3a23f5aca8cf386f66cbc667467b0d..ac12331df672891a7f62ce06348207080848679f 100644 (file)
@@ -144,6 +144,7 @@ async fn handle_command(
             end_session,
             message,
             attachment,
             end_session,
             message,
             attachment,
+            view_once,
             mention,
             text_style,
             quote_timestamp,
             mention,
             text_style,
             quote_timestamp,
@@ -170,6 +171,7 @@ async fn handle_command(
                     end_session,
                     message.unwrap_or_default(),
                     attachment,
                     end_session,
                     message.unwrap_or_default(),
                     attachment,
+                    view_once,
                     mention,
                     text_style,
                     quote_timestamp,
                     mention,
                     text_style,
                     quote_timestamp,