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,
|
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`);
|
||||||
|
|
Loading…
Reference in a new issue