Drafts: update lastMessageReceivedAtMs along with conversation timestamp
This commit is contained in:
parent
00d6379bae
commit
acb0f28c89
1 changed files with 1 additions and 0 deletions
|
@ -4328,6 +4328,7 @@ function onConversationClosed(
|
|||
draftChanged: false,
|
||||
draftTimestamp: now,
|
||||
timestamp: now,
|
||||
lastMessageReceivedAtMs: now,
|
||||
});
|
||||
} else {
|
||||
log.info(`${logId}: clearing draft info`);
|
||||
|
|
Loading…
Reference in a new issue