]> 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 1c4251da504617c9cd66c629ef53e271eaa8bcb2..2783ca3748cde9801d8c5cb7cc4f9a00b6ec57ff 100644 (file)
@@ -15,7 +15,9 @@ public class Commands {
         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());