Add logging to track synchronization in message processing

pull/272/head
Scott Nonnenberg 6 years ago
parent 5a50786e7a
commit 62de2a229d

@ -1495,6 +1495,9 @@
const conversation = ConversationController.get(conversationId);
return conversation.queueJob(async () => {
window.log.info(
`Starting handleDataMessage for message ${message.idForLogging()} in conversation ${conversation.idForLogging()}`
);
const withQuoteReference = await this.copyFromQuotedMessage(
initialMessage
);

Loading…
Cancel
Save