mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-22 23:24:19 +01:00
Implement sendPayment notification command
This commit is contained in:
@@ -388,6 +388,13 @@ public class DbusManagerImpl implements Manager {
|
||||
groupId));
|
||||
}
|
||||
|
||||
@Override
|
||||
public SendMessageResults sendPaymentNotificationMessage(
|
||||
final byte[] receipt, final String note, final RecipientIdentifier.Single recipient
|
||||
) throws IOException {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SendMessageResults sendEndSessionMessage(final Set<RecipientIdentifier.Single> recipients) throws IOException {
|
||||
signal.sendEndSessionMessage(recipients.stream().map(RecipientIdentifier.Single::getIdentifier).toList());
|
||||
|
||||
Reference in New Issue
Block a user