Set destination UUIDs for receipts

This commit is contained in:
Jon Chambers 2021-12-02 13:58:39 -05:00 committed by Jon Chambers
parent 401953313a
commit 62aa0cef39
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ public class ReceiptSender {
.setSource(sourceAccount.getNumber())
.setSourceUuid(sourceAccount.getUuid().toString())
.setSourceDevice((int) source.getAuthenticatedDevice().getId())
.setDestinationUuid(destinationUuid.toString())
.setTimestamp(messageId)
.setType(Envelope.Type.SERVER_DELIVERY_RECEIPT);