fix: updated quotes lookup explanation comment

pull/2757/head
William Grant 2 years ago
parent b91388a672
commit 321ce003f6

@ -296,7 +296,7 @@ export type ConversationsStateType = {
selectedConversation?: string;
// NOTE the messages that are in view
messages: Array<MessageModelPropsWithoutConvoProps>;
// 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;

Loading…
Cancel
Save