Add submitRateLimitChallenge command

Related #708
This commit is contained in:
AsamK 2021-09-09 19:20:48 +02:00
parent 1856e79a50
commit eee140f74f
4 changed files with 60 additions and 1 deletions

View file

@ -34,6 +34,7 @@ public class Commands {
addCommand(new SendSyncRequestCommand());
addCommand(new SendTypingCommand());
addCommand(new SetPinCommand());
addCommand(new SubmitRateLimitChallengeCommand());
addCommand(new TrustCommand());
addCommand(new UnblockCommand());
addCommand(new UnregisterCommand());