Source
Browser SDK
Describe the bug
After updating to @xmtp/browser-sdk 6.1.2, messages with walletSendCalls content type have undefined content when fetched via conversation.messages().
The warning No codec found for content type 'xmtp.org/walletSendCalls:1.0' appears in the console.
Structured logs show the correct data. Also affects xmtp.chat.
Steps to reproduce the bug
- Update to @xmtp/browser-sdk 6.1.2
- Send or receive a message with walletSendCalls content type
- Fetch messages using conversation.messages()
- Access message.content for the walletSendCalls message
Code of conduct