diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab8b90f..4901041b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### Added + +- New `sendStory` command to post file attachment stories to "My Story" + ### Fixed - Sending to large groups is no longer slowed down by members that are already known to be unregistered; they are skipped instead of being retried via the legacy 1:1 send path on every send. diff --git a/man/signal-cli.1.adoc b/man/signal-cli.1.adoc index f6ed732d..738b0c02 100644 --- a/man/signal-cli.1.adoc +++ b/man/signal-cli.1.adoc @@ -632,6 +632,16 @@ Specify the timestamp of the message to which to react. *--type* TYPE:: Specify the receipt type, either `read` (the default) or `viewed`. +=== sendStory + +Post a file attachment story to your Story, visible to all contacts. + +*-a* ATTACHMENT, *--attachment* ATTACHMENT:: +Specify the file path to the image or video to post as a story. + +*--no-replies*:: +Disable replies on this story. By default, replies are allowed. + === sendTyping Send typing message to trigger a typing indicator for the recipient.