Implement configuration handling

Closes #747
This commit is contained in:
AsamK 2021-09-29 19:38:31 +02:00
parent c9f5550d18
commit 6f5e72119e
11 changed files with 274 additions and 3 deletions

View file

@ -39,6 +39,7 @@ public class Commands {
addCommand(new UnblockCommand());
addCommand(new UnregisterCommand());
addCommand(new UpdateAccountCommand());
addCommand(new UpdateConfigurationCommand());
addCommand(new UpdateContactCommand());
addCommand(new UpdateGroupCommand());
addCommand(new UpdateProfileCommand());