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`);