]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/Commands.java
Add --receive-mode parameter to jsonRpc command
[signal-cli] / src / main / java / org / asamk / signal / commands / Commands.java
index 1f0fc2ec48bb92eb609e0899b5f26fa8f777b81f..2783ca3748cde9801d8c5cb7cc4f9a00b6ec57ff 100644 (file)
@@ -11,12 +11,13 @@ 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 AddStickerPackCommand());
         addCommand(new JoinGroupCommand());
         addCommand(new JsonRpcDispatcherCommand());
         addCommand(new LinkCommand());