mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-08-29 06:06:22 +00:00
Document group story support in man page and changelog
- Add --group-id (-g) option to sendStory command in man page - Update CHANGELOG to mention group story support via --group-id - Maintain alphabetical order of options in sendStory section Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MR2KF56Qcf9qNH1URj3XWs
This commit is contained in:
parent
b95ca78593
commit
ad88be5473
@ -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
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user