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 {