Releases: xmtp/xmtp-js
Releases · xmtp/xmtp-js
@xmtp/[email protected]
Patch Changes
- 931c4a4: Updated
createDm
to return an existing DM group, if it exists
@xmtp/[email protected]
Patch Changes
- 25e0e15: Replaced some
??
with||
to ensure string values are not empty
@xmtp/[email protected]
Patch Changes
- 25e0e15:
- Optimized
toSafeConversation
- Replaced some
??
with||
to ensure string values are not empty
- Optimized
@xmtp/[email protected]
Patch Changes
- 626d420: Fixed DM group syncing across installations
@xmtp/[email protected]
Patch Changes
- 626d420: Fixed DM group syncing across installations
@xmtp/[email protected]
Patch Changes
- cf6fbc0: Added default history sync URL to client with option to override
@xmtp/[email protected]
Patch Changes
- cf6fbc0: Added default history sync URL to client with option to override
@xmtp/[email protected]
Patch Changes
- c91612d: Added support for HMAC keys
@xmtp/[email protected]
Patch Changes
- b4f452c: Added installation ID bytes to inbox state
@xmtp/[email protected]
Patch Changes
- d09ec27:
- Added support for revoking specific installations
- Refactored
list
,listGroups
, andlistDms
to be synchronous