Add timestamp to doSendMessage log
This commit is contained in:
parent
57efbe50bc
commit
5d578650b5
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ export default class OutgoingMessage {
|
|||
|
||||
return window.textsecure.storage.protocol.enqueueSessionJob<MessageType>(
|
||||
address,
|
||||
`doSendMessage(${address.toString()})`,
|
||||
`doSendMessage(${address.toString()}, ${this.timestamp})`,
|
||||
async () => {
|
||||
const protocolAddress = ProtocolAddress.new(
|
||||
serviceId,
|
||||
|
|
Loading…
Reference in a new issue