]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/Commands.java
Add command to get an attachment (#1080)
[signal-cli] / src / main / java / org / asamk / signal / commands / Commands.java
index 29b28da09ad5e9cc3cc766a25615d2b4a1ab2952..1f0fc2ec48bb92eb609e0899b5f26fa8f777b81f 100644 (file)
@@ -11,8 +11,10 @@ public class Commands {
 
     static {
         addCommand(new AddDeviceCommand());
+        addCommand(new GetAttachmentCommand());
         addCommand(new BlockCommand());
         addCommand(new DaemonCommand());
+        addCommand(new DeleteLocalAccountDataCommand());
         addCommand(new FinishLinkCommand());
         addCommand(new GetUserStatusCommand());
         addCommand(new JoinGroupCommand());
@@ -33,6 +35,7 @@ public class Commands {
         addCommand(new RemoteDeleteCommand());
         addCommand(new SendCommand());
         addCommand(new SendContactsCommand());
+        addCommand(new SendPaymentNotificationCommand());
         addCommand(new SendReactionCommand());
         addCommand(new SendReceiptCommand());
         addCommand(new SendSyncRequestCommand());