mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
parent
ed3992d993
commit
6feff1e42b
4 changed files with 28 additions and 1 deletions
|
@ -388,7 +388,8 @@ public class DbusManagerImpl implements Manager {
|
|||
public SendMessageResults sendPaymentNotificationMessage(
|
||||
final byte[] receipt, final String note, final RecipientIdentifier.Single recipient
|
||||
) throws IOException {
|
||||
throw new UnsupportedOperationException();
|
||||
final var timestamp = signal.sendPaymentNotification(receipt, note, recipient.getIdentifier());
|
||||
return new SendMessageResults(timestamp, Map.of());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue