mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Add commands to update profile name and avatar
Two new commands are added `setProfileName` and `setProfileAvatar` which allow to update the name and avatar visible by other users for the current profiles. Closes #227
This commit is contained in:
parent
c53bb132eb
commit
abb6ebc910
6 changed files with 113 additions and 0 deletions
|
@ -208,6 +208,19 @@ number::
|
|||
Specify the safety number or fingerprint of the key, only use this option if you have verified
|
||||
the fingerprint.
|
||||
|
||||
setProfileName
|
||||
--------------
|
||||
Update the name visible by message recipients for the current users.
|
||||
|
||||
name::
|
||||
New name visible by message recipients.
|
||||
|
||||
setProfileAvatar
|
||||
----------------
|
||||
Update the avatar visible by message recipients for the current users.
|
||||
|
||||
avatar::
|
||||
Path to the new avatar visible by message recipients.
|
||||
|
||||
daemon
|
||||
~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue