mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Implement accepting and declining group invitations
This commit is contained in:
parent
c49b05cd75
commit
17608ce522
6 changed files with 139 additions and 68 deletions
|
@ -181,6 +181,7 @@ Output received messages in json format, one object per line.
|
|||
=== updateGroup
|
||||
|
||||
Create or update a group.
|
||||
If the user is a pending member, this command will accept the group invitation.
|
||||
|
||||
*-g* GROUP, *--group* GROUP::
|
||||
Specify the recipient group ID in base64 encoding.
|
||||
|
@ -198,6 +199,7 @@ Specify one or more members to add to the group.
|
|||
=== quitGroup
|
||||
|
||||
Send a quit group message to all group members and remove self from member list.
|
||||
If the user is a pending member, this command will decline the group invitation.
|
||||
|
||||
*-g* GROUP, *--group* GROUP::
|
||||
Specify the recipient group ID in base64 encoding.
|
||||
|
@ -235,7 +237,7 @@ Specify the safety number of the key, only use this option if you have verified
|
|||
|
||||
Update the name and avatar image visible by message recipients for the current users.
|
||||
The profile is stored encrypted on the Signal servers.
|
||||
The decryption key is sent with every outgoing messages (excluding group messages).
|
||||
The decryption key is sent with every outgoing messages to contacts.
|
||||
|
||||
*--name*::
|
||||
New name visible by message recipients.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue