]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/Commands.java
Add submitRateLimitChallenge command
[signal-cli] / src / main / java / org / asamk / signal / commands / Commands.java
index d46d6b8bb5531a00810efc85cfaf7d944cf698fd..5d637eee0c9833f18ea133bae4c38cb003c42e29 100644 (file)
@@ -30,9 +30,11 @@ public class Commands {
         addCommand(new SendCommand());
         addCommand(new SendContactsCommand());
         addCommand(new SendReactionCommand());
+        addCommand(new SendReceiptCommand());
         addCommand(new SendSyncRequestCommand());
         addCommand(new SendTypingCommand());
         addCommand(new SetPinCommand());
+        addCommand(new SubmitRateLimitChallengeCommand());
         addCommand(new TrustCommand());
         addCommand(new UnblockCommand());
         addCommand(new UnregisterCommand());