Drafts: update lastMessageReceivedAtMs along with conversation timestamp

This commit is contained in:
Scott Nonnenberg 2024-04-01 14:05:37 -07:00 committed by GitHub
parent 00d6379bae
commit acb0f28c89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4328,6 +4328,7 @@ function onConversationClosed(
draftChanged: false, draftChanged: false,
draftTimestamp: now, draftTimestamp: now,
timestamp: now, timestamp: now,
lastMessageReceivedAtMs: now,
}); });
} else { } else {
log.info(`${logId}: clearing draft info`); log.info(`${logId}: clearing draft info`);