Add sendSyncRequest command

This commit is contained in:
AsamK 2021-05-03 20:37:13 +02:00
parent 36475bb632
commit 9e3c9db5c0
4 changed files with 42 additions and 10 deletions

View file

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