mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Update documentation
This commit is contained in:
parent
761baf7206
commit
5c3fc44d00
2 changed files with 37 additions and 2 deletions
|
@ -1,9 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
**Attention**: Now requires native libsignal-client version 0.5.1
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added new parameters to `updateGroup` for group v2 features:
|
||||||
|
`--remove-member`, `--admin`, `--remove-admin`, `--reset-link`, `--link`, `--set-permission-add-member`, `--set-permission-edit-details`, `--expiration`
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Prevent last admin of a group from leaving the group
|
||||||
|
|
||||||
## [0.8.3] - 2021-05-13
|
## [0.8.3] - 2021-05-13
|
||||||
**Attention**: Now requires native libsignal-client version 0.5.1
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Upgrading from account files with older profiles
|
- Upgrading from account files with older profiles
|
||||||
|
|
|
@ -243,12 +243,40 @@ If not specified, a new group with a new random ID is generated.
|
||||||
*-n* NAME, *--name* NAME::
|
*-n* NAME, *--name* NAME::
|
||||||
Specify the new group name.
|
Specify the new group name.
|
||||||
|
|
||||||
|
*-d* DESCRIPTION, *--description* DESCRIPTION::
|
||||||
|
Specify the new group description.
|
||||||
|
|
||||||
*-a* AVATAR, *--avatar* AVATAR::
|
*-a* AVATAR, *--avatar* AVATAR::
|
||||||
Specify a new group avatar image file.
|
Specify a new group avatar image file.
|
||||||
|
|
||||||
*-m* [MEMBER [MEMBER ...]], *--member* [MEMBER [MEMBER ...]]::
|
*-m* [MEMBER [MEMBER ...]], *--member* [MEMBER [MEMBER ...]]::
|
||||||
Specify one or more members to add to the group.
|
Specify one or more members to add to the group.
|
||||||
|
|
||||||
|
*-r* [MEMBER [MEMBER ...]], *--remove-member* [MEMBER [MEMBER ...]]::
|
||||||
|
Specify one or more members to remove from the group
|
||||||
|
|
||||||
|
*--admin* [MEMBER [MEMBER ...]]::
|
||||||
|
Specify one or more members to make a group admin
|
||||||
|
|
||||||
|
*--remove-admin* [MEMBER [MEMBER ...]]::
|
||||||
|
Specify one or more members to remove group admin privileges
|
||||||
|
|
||||||
|
*--reset-link*::
|
||||||
|
Reset group link and create new link password
|
||||||
|
|
||||||
|
*--link* LINK_STATE::
|
||||||
|
Set group link state: `enabled`, `enabled-with-approval`, `disabled`
|
||||||
|
|
||||||
|
*--set-permission-add-member* PERMISSION::
|
||||||
|
Set permission to add new group members: `every-member`, `only-admins`
|
||||||
|
|
||||||
|
*--set-permission-edit-details* PERMISSION::
|
||||||
|
Set permission to edit group details: `every-member`, `only-admins`
|
||||||
|
|
||||||
|
*-e* EXPIRATION_SECONDS, *--expiration* EXPIRATION_SECONDS::
|
||||||
|
Set expiration time of messages (seconds).
|
||||||
|
To disable expiration set expiration time to 0.
|
||||||
|
|
||||||
=== quitGroup
|
=== quitGroup
|
||||||
|
|
||||||
Send a quit group message to all group members and remove self from member list.
|
Send a quit group message to all group members and remove self from member list.
|
||||||
|
@ -324,7 +352,7 @@ Specify the contact phone number.
|
||||||
*-n*, *--name*::
|
*-n*, *--name*::
|
||||||
Specify the new name for this contact.
|
Specify the new name for this contact.
|
||||||
|
|
||||||
*-e*, *--expiration*::
|
*-e*, *--expiration* EXPIRATION_SECONDS::
|
||||||
Set expiration time of messages (seconds).
|
Set expiration time of messages (seconds).
|
||||||
To disable expiration set expiration time to 0.
|
To disable expiration set expiration time to 0.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue