diff --git a/.changeset/spotty-zoos-scream.md b/.changeset/spotty-zoos-scream.md new file mode 100644 index 00000000..01fa2140 --- /dev/null +++ b/.changeset/spotty-zoos-scream.md @@ -0,0 +1,5 @@ +--- +"@xmtp/react-sdk": patch +--- + +- Export some conversation helpers 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 {