]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/Commands.java
Implement sendReceipt command
[signal-cli] / src / main / java / org / asamk / signal / commands / Commands.java
index d46d6b8bb5531a00810efc85cfaf7d944cf698fd..90e8e114237770013198a79bcf8d75e5301e0685 100644 (file)
@@ -30,6 +30,7 @@ public class Commands {
         addCommand(new SendCommand());
         addCommand(new SendContactsCommand());
         addCommand(new SendReactionCommand());
+        addCommand(new SendReceiptCommand());
         addCommand(new SendSyncRequestCommand());
         addCommand(new SendTypingCommand());
         addCommand(new SetPinCommand());