mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 20:40:38 +00:00
Refactor AttachmentCommand to GetAttachmentCommand
This commit is contained in:
parent
c66e78b0ad
commit
14c339a04c
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ public class Commands {
|
|||
|
||||
static {
|
||||
addCommand(new AddDeviceCommand());
|
||||
addCommand(new AttachmentCommand());
|
||||
addCommand(new GetAttachmentCommand());
|
||||
addCommand(new BlockCommand());
|
||||
addCommand(new DaemonCommand());
|
||||
addCommand(new DeleteLocalAccountDataCommand());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue