mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 01:58:07 +01:00
Include message IDs when sending message batches.
This commit is contained in:
committed by
Jon Chambers
parent
030a791d69
commit
dfb8a419e7
@@ -84,6 +84,7 @@ public class DirectoryQueue {
|
||||
|
||||
return new SendMessageBatchRequestEntry()
|
||||
.withMessageBody("-")
|
||||
.withId(UUID.randomUUID().toString())
|
||||
.withMessageDeduplicationId(UUID.randomUUID().toString())
|
||||
.withMessageGroupId(account.getNumber())
|
||||
.withMessageAttributes(Map.of(
|
||||
|
||||
Reference in New Issue
Block a user