Drafts: update lastMessageReceivedAtMs along with conversation timestamp
This commit is contained in:
@@ -4328,6 +4328,7 @@ function onConversationClosed(
|
||||
draftChanged: false,
|
||||
draftTimestamp: now,
|
||||
timestamp: now,
|
||||
lastMessageReceivedAtMs: now,
|
||||
});
|
||||
} else {
|
||||
log.info(`${logId}: clearing draft info`);
|
||||
|
Reference in New Issue
Block a user