Add logging to track synchronization in message processing
This commit is contained in:
parent
5a50786e7a
commit
62de2a229d
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue