From 4d1a1bfd8c6256a2daba83ca9c7d5145dfb4329e Mon Sep 17 00:00:00 2001
From: Ry Racherbaumer <ry@xmtp.com>
Date: Thu, 7 Sep 2023 18:33:46 -0500
Subject: [PATCH] Export some conversation helpers

---
 packages/react-sdk/src/index.ts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/packages/react-sdk/src/index.ts b/packages/react-sdk/src/index.ts
index 71c96118..1103d1d9 100644
--- a/packages/react-sdk/src/index.ts
+++ b/packages/react-sdk/src/index.ts
@@ -51,6 +51,12 @@ export type {
   CachedConversationWithId,
   CachedConversationsTable,
 } from "./helpers/caching/conversations";
+export {
+  getCachedConversationByPeerAddress,
+  getCachedConversationByTopic,
+  getConversationByTopic,
+  toCachedConversation,
+} from "./helpers/caching/conversations";
 
 // messages
 export type {