From acb0f28c896ebad9fbadb4ad648ec034f3c75aae Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 1 Apr 2024 14:05:37 -0700 Subject: [PATCH] Drafts: update lastMessageReceivedAtMs along with conversation timestamp --- ts/state/ducks/conversations.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/state/ducks/conversations.ts b/ts/state/ducks/conversations.ts index c58c55bee7e8..ecd79d74f51c 100644 --- a/ts/state/ducks/conversations.ts +++ b/ts/state/ducks/conversations.ts @@ -4328,6 +4328,7 @@ function onConversationClosed( draftChanged: false, draftTimestamp: now, timestamp: now, + lastMessageReceivedAtMs: now, }); } else { log.info(`${logId}: clearing draft info`);