Skip to content

Commit

Permalink
re-add inbox state imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Aug 22, 2024
1 parent 6157e8f commit 7c129b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { ConversationSendPayload } from './lib/types'
import { DefaultContentTypes } from './lib/types/DefaultContentType'
import { PermissionPolicySet } from './lib/types/PermissionPolicySet'
import { getAddress } from './utils/address'
import { InboxState } from './lib/InboxState'

export * from './context'
export * from './hooks'
Expand Down
1 change: 1 addition & 0 deletions src/lib/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { DefaultContentTypes } from './types/DefaultContentType'
import { hexToBytes } from './util'
import * as XMTPModule from '../index'
import { DecodedMessage } from '../index'
import { InboxState } from './InboxState'

declare const Buffer

Expand Down

0 comments on commit 7c129b8

Please sign in to comment.