mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 20:40:38 +00:00
Add command to get an attachment
This commit is contained in:
parent
49aaff2bbe
commit
589f5378df
9 changed files with 97 additions and 0 deletions
|
@ -11,6 +11,7 @@ public class Commands {
|
|||
|
||||
static {
|
||||
addCommand(new AddDeviceCommand());
|
||||
addCommand(new AttachmentCommand());
|
||||
addCommand(new BlockCommand());
|
||||
addCommand(new DaemonCommand());
|
||||
addCommand(new DeleteLocalAccountDataCommand());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue