diff --git a/ts/state/ducks/conversations.ts b/ts/state/ducks/conversations.ts index 2dd30d575..87e788556 100644 --- a/ts/state/ducks/conversations.ts +++ b/ts/state/ducks/conversations.ts @@ -296,7 +296,7 @@ export type ConversationsStateType = { selectedConversation?: string; // NOTE the messages that are in view messages: Array; - // NOTE the quotes that are in view + // NOTE the messages quoted by other messages which are in view quotes: QuoteLookupType; firstUnreadMessageId: string | undefined; messageDetailProps?: MessagePropsDetails;