diff --git a/packages/desktop/src/firebase/firestore.ts b/packages/desktop/src/firebase/firestore.ts index 5ec5ef8..a7f3d12 100644 --- a/packages/desktop/src/firebase/firestore.ts +++ b/packages/desktop/src/firebase/firestore.ts @@ -146,7 +146,7 @@ export const getConversationsQueryLIVE = (userId: string) => // get content blocks for particular conversation export const getConversationContentQueryLIVE = (conversationId: string) => - query(db.conversationContent(conversationId)); + query(db.conversationContent(conversationId), orderBy('createdDate', 'desc')); /** *