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:
Jérémy Bobbio 2019-09-24 19:22:14 +02:00 committed by AsamK
parent c53bb132eb
commit abb6ebc910
6 changed files with 113 additions and 0 deletions

View file

@ -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
~~~~~~