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>(
|
return window.textsecure.storage.protocol.enqueueSessionJob<MessageType>(
|
||||||
address,
|
address,
|
||||||
`doSendMessage(${address.toString()})`,
|
`doSendMessage(${address.toString()}, ${this.timestamp})`,
|
||||||
async () => {
|
async () => {
|
||||||
const protocolAddress = ProtocolAddress.new(
|
const protocolAddress = ProtocolAddress.new(
|
||||||
serviceId,
|
serviceId,
|
||||||
|
|
Loading…
Reference in a new issue