mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update libsignal-service-java
This commit is contained in:
parent
e0e8e11443
commit
72390e595d
3 changed files with 208 additions and 37 deletions
|
@ -355,6 +355,7 @@ public class SendHelper {
|
|||
SignalServiceMessageSender.SenderKeyGroupEvents.EMPTY,
|
||||
urgent,
|
||||
false,
|
||||
null,
|
||||
sendResult -> {
|
||||
logger.trace("Partial message send results: {}", sendResult.size());
|
||||
synchronized (entryId) {
|
||||
|
@ -673,7 +674,8 @@ public class SendHelper {
|
|||
Map.of(address.getServiceId(), true),
|
||||
false,
|
||||
Optional.empty(),
|
||||
Set.of());
|
||||
Set.of(),
|
||||
Optional.empty());
|
||||
var syncMessage = SignalServiceSyncMessage.forSentTranscript(transcript);
|
||||
|
||||
return sendSyncMessage(syncMessage);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue