X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/2e4d346bc826da5c35a17841772cf81ba4f98101..8a31b7f2c153e89532010b9ab58eb045ddfe43fe:/src/main/java/org/asamk/signal/commands/Commands.java diff --git a/src/main/java/org/asamk/signal/commands/Commands.java b/src/main/java/org/asamk/signal/commands/Commands.java index 1f0fc2ec..51820c9a 100644 --- a/src/main/java/org/asamk/signal/commands/Commands.java +++ b/src/main/java/org/asamk/signal/commands/Commands.java @@ -11,11 +11,11 @@ public class Commands { static { addCommand(new AddDeviceCommand()); - addCommand(new GetAttachmentCommand()); addCommand(new BlockCommand()); addCommand(new DaemonCommand()); addCommand(new DeleteLocalAccountDataCommand()); addCommand(new FinishLinkCommand()); + addCommand(new GetAttachmentCommand()); addCommand(new GetUserStatusCommand()); addCommand(new JoinGroupCommand()); addCommand(new JsonRpcDispatcherCommand());