Add command to get an attachment

This commit is contained in:
cedb 2022-10-31 17:52:42 -04:00
parent 49aaff2bbe
commit 589f5378df
9 changed files with 97 additions and 0 deletions

View file

@ -11,6 +11,7 @@ public class Commands {
static {
addCommand(new AddDeviceCommand());
addCommand(new AttachmentCommand());
addCommand(new BlockCommand());
addCommand(new DaemonCommand());
addCommand(new DeleteLocalAccountDataCommand());