mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 20:40:38 +00:00
Implement sendPayment notification command
This commit is contained in:
parent
b18991b9fb
commit
7587a60387
6 changed files with 90 additions and 0 deletions
|
@ -34,6 +34,7 @@ public class Commands {
|
|||
addCommand(new RemoteDeleteCommand());
|
||||
addCommand(new SendCommand());
|
||||
addCommand(new SendContactsCommand());
|
||||
addCommand(new SendPaymentNotificationCommand());
|
||||
addCommand(new SendReactionCommand());
|
||||
addCommand(new SendReceiptCommand());
|
||||
addCommand(new SendSyncRequestCommand());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue