You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We found another bug related to this issue that I was able to reproduce using using v5.0.1 of @xmtp/react-sdk.
Steps to reproduce:
Log into XMTP as Address 1
Send message to Address 2, where Address 2 is an address in the same metamask wallet
Sign out, and sign back in as Address 2
See that when conversations show up, the messages don't arrive, sometimes the conversation will not even pop up if it is a new conversation. Messages say they are sent without error, but the useMessages hook reveals that no messages were received
@humanagent I think I'm running into the same bug. Is there any progress on this?
Here's my situation:
address 1 sends message to address 2
address 2 opens the conversation and does not see any messages
...
const{ messages }=useMessages(conversation)// messages is an empty arrayconstmsgs=awaitconversation.messages()// msgs contains 1 messageconstlastMessage=useLastMessage(conversation.topic);// lastMessage contains the same message as in msgs
Description
New conversations are not appearing after switching between addresses in MetaMask using XMTP.
Steps to Reproduce
Clearing the cache
Brave.Browser.mp4
The text was updated successfully, but these errors were encountered: