From: Jérémy Bobbio Date: Tue, 24 Sep 2019 17:43:40 +0000 (+0200) Subject: Add commands to update contact names on Signal servers X-Git-Tag: v0.6.4~3 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/53e7f831881fcbae894637b1cff832239f7ff3ed?ds=sidebyside;hp=53e7f831881fcbae894637b1cff832239f7ff3ed 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. Closes #228 ---