mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 05:38:04 +01:00
Set destination UUIDs for receipts
This commit is contained in:
committed by
Jon Chambers
parent
401953313a
commit
62aa0cef39
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user