Skip to content

Commit

Permalink
Export some conversation helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Sep 7, 2023
1 parent f7520aa commit 4d1a1bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/react-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ export type {
CachedConversationWithId,
CachedConversationsTable,
} from "./helpers/caching/conversations";
export {
getCachedConversationByPeerAddress,
getCachedConversationByTopic,
getConversationByTopic,
toCachedConversation,
} from "./helpers/caching/conversations";

// messages
export type {
Expand Down

0 comments on commit 4d1a1bf

Please sign in to comment.