diff --git a/packages/desktop/src/components/conversation/basicRow.tsx b/packages/desktop/src/components/conversation/basicRow.tsx index 77bf194..2edab71 100644 --- a/packages/desktop/src/components/conversation/basicRow.tsx +++ b/packages/desktop/src/components/conversation/basicRow.tsx @@ -5,6 +5,10 @@ export default function BasicConversationRow({ }: { masterConvo: MasterConversation; }) { + // fetch more data for this conversation like all of the members for it + // if there is new content for current user + // lastActiveDate + const isSelected = false; return (