mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 20:40:38 +00:00
Add commands to update contact names on Signal servers
As Signal Desktop does not allow its users to update the contact names, it would be nice to be able to update contact names from signal-cli when the latter is the master device. The command `setContactName` allow to set the name for the given contact in the local store. `sendContacts` can then be used to push the updated contact list on Signal servers.
This commit is contained in:
parent
9aa13e92fe
commit
fa1769f324
5 changed files with 81 additions and 1 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.
|
||||
|
||||
setContactName
|
||||
--------------
|
||||
Update name associated to a number on our contact list. This change is only local but can be synchronized to other devices by using `sendContacts` (see below).
|
||||
|
||||
number::
|
||||
Specify the contact phone number.
|
||||
|
||||
name::
|
||||
Specify the new name for this contact.
|
||||
|
||||
sendContacts
|
||||
------------
|
||||
Update contact list on Signal servers.
|
||||
|
||||
daemon
|
||||
~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue