mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Add support for banning/unbanning group members
This commit is contained in:
parent
69f1d0c213
commit
2a20e70aab
17 changed files with 246 additions and 16 deletions
|
@ -357,6 +357,13 @@ Specify one or more members to make a group admin
|
|||
*--remove-admin* [MEMBER [MEMBER ...]]::
|
||||
Specify one or more members to remove group admin privileges
|
||||
|
||||
*--ban* [MEMBER [MEMBER ...]]::
|
||||
Specify one or more members to ban from joining the group.
|
||||
Banned members cannot join or request to join via a group link.
|
||||
|
||||
*--unban* [MEMBER [MEMBER ...]]::
|
||||
Specify one or more members to remove from the ban list
|
||||
|
||||
*--reset-link*::
|
||||
Reset group link and create new link password
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue