diff --git a/ts/textsecure/OutgoingMessage.ts b/ts/textsecure/OutgoingMessage.ts index cf48a4f78..95a6280c0 100644 --- a/ts/textsecure/OutgoingMessage.ts +++ b/ts/textsecure/OutgoingMessage.ts @@ -429,7 +429,7 @@ export default class OutgoingMessage { return window.textsecure.storage.protocol.enqueueSessionJob( address, - `doSendMessage(${address.toString()})`, + `doSendMessage(${address.toString()}, ${this.timestamp})`, async () => { const protocolAddress = ProtocolAddress.new( serviceId,