xmtp / xmtp-react-native

A package you can use to build with XMTP in a React Native or Expo app.
MIT License
41 stars 19 forks source link

ReadReceiptCodec Erroring #322

Closed nplasterer closed 6 months ago

nplasterer commented 6 months ago

There seems to be a small issue with read receipts content types in the RN SDK. I see some Sentry errors no content type found {"readReceipt":""} Error seems linked to this block https://github.com/xmtp/xmtp-react-native/blob/main/src/lib/DecodedMessage.ts#L100-L113 From the look of it, you’re checking if this.nativeContent[codec.contentKey] has a value but read receipt has an empty value, as it’s supposed to

github-actions[bot] commented 6 months ago

:tada: This issue has been resolved in version 1.29.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 6 months ago

:tada: This issue has been resolved in version 1.30.0-beta.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: