From 2c556f1a8c9d24aba9225f1fc8397c05385a9b4c Mon Sep 17 00:00:00 2001 From: Tony Cebzanov Date: Thu, 9 Jul 2026 02:07:06 -0400 Subject: [PATCH] Document sendStory in man page and changelog --- CHANGELOG.md | 4 ++++ man/signal-cli.1.adoc | 10 ++++++++++ 2 files changed, 14 insertions(+) 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.