mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-29 02:24:20 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user