mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-09-06 13:21:04 +01:00
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