Add sendTyping command

Fixes #602
This commit is contained in:
AsamK 2021-06-12 17:57:15 +02:00
parent 609ebf024b
commit 7e223dc228
6 changed files with 144 additions and 2 deletions

View file

@ -28,6 +28,7 @@ public class Commands {
addCommand("sendContacts", new SendContactsCommand());
addCommand("sendReaction", new SendReactionCommand());
addCommand("sendSyncRequest", new SendSyncRequestCommand());
addCommand("sendTyping", new SendTypingCommand());
addCommand("setPin", new SetPinCommand());
addCommand("trust", new TrustCommand());
addCommand("unblock", new UnblockCommand());