mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-19 07:04:21 +01:00
Merge profile commands to a single UpdateProfileCommand
This commit is contained in:
@@ -20,13 +20,12 @@ 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());
|
||||
addCommand("updateAccount", new UpdateAccountCommand());
|
||||
addCommand("updateGroup", new UpdateGroupCommand());
|
||||
addCommand("updateProfile", new UpdateProfileCommand());
|
||||
addCommand("verify", new VerifyCommand());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user