mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-19 07:04:21 +01:00
Add command sendReaction for emoji reactions
This commit is contained in:
@@ -22,6 +22,7 @@ public class Commands {
|
||||
addCommand("removeDevice", new RemoveDeviceCommand());
|
||||
addCommand("removePin", new RemovePinCommand());
|
||||
addCommand("send", new SendCommand());
|
||||
addCommand("sendReaction", new SendReactionCommand());
|
||||
addCommand("sendContacts", new SendContactsCommand());
|
||||
addCommand("updateContact", new UpdateContactCommand());
|
||||
addCommand("setPin", new SetPinCommand());
|
||||
|
||||
Reference in New Issue
Block a user