mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40: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
|
@ -20,6 +20,8 @@ public class Commands {
|
|||
addCommand("removeDevice", new RemoveDeviceCommand());
|
||||
addCommand("removePin", new RemovePinCommand());
|
||||
addCommand("send", new SendCommand());
|
||||
addCommand("setProfileAvatar", new SetProfileAvatarCommand());
|
||||
addCommand("setProfileName", new SetProfileNameCommand());
|
||||
addCommand("setPin", new SetPinCommand());
|
||||
addCommand("trust", new TrustCommand());
|
||||
addCommand("unregister", new UnregisterCommand());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue