diff --git a/CHANGELOG.md b/CHANGELOG.md index 4901041b..ea0b1f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Added -- New `sendStory` command to post file attachment stories to "My Story" +- New `sendStory` command to post file attachment stories to "My Story" or to a group via `--group-id` ### Fixed diff --git a/man/signal-cli.1.adoc b/man/signal-cli.1.adoc index 738b0c02..217f9f69 100644 --- a/man/signal-cli.1.adoc +++ b/man/signal-cli.1.adoc @@ -639,6 +639,10 @@ 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. +*-g* GROUP, *--group-id* GROUP:: +Specify a group to post the story to. +Without this flag, the story is posted to "My Story". + *--no-replies*:: Disable replies on this story. By default, replies are allowed.