X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/8d55dfb66bc0dfbd2b601a27075f2876cde918e3..485c4fd46764e6be45e2da974b85e8a719d198a3:/src/main/java/org/asamk/signal/commands/Commands.java diff --git a/src/main/java/org/asamk/signal/commands/Commands.java b/src/main/java/org/asamk/signal/commands/Commands.java index 0f26c994..51620a7f 100644 --- a/src/main/java/org/asamk/signal/commands/Commands.java +++ b/src/main/java/org/asamk/signal/commands/Commands.java @@ -17,6 +17,8 @@ public class Commands { addCommand(new FinishChangeNumberCommand()); addCommand(new FinishLinkCommand()); addCommand(new GetAttachmentCommand()); + addCommand(new GetAvatarCommand()); + addCommand(new GetStickerCommand()); addCommand(new GetUserStatusCommand()); addCommand(new AddStickerPackCommand()); addCommand(new JoinGroupCommand()); @@ -37,6 +39,7 @@ public class Commands { addCommand(new RemoteDeleteCommand()); addCommand(new SendCommand()); addCommand(new SendContactsCommand()); + addCommand(new SendMessageRequestResponseCommand()); addCommand(new SendPaymentNotificationCommand()); addCommand(new SendReactionCommand()); addCommand(new SendReceiptCommand());