Conversations created on flutter sdk are not visible on other clients!
Closed this issue · 2 comments
nileshrathore commented
neekolas commented
I was able to reproduce this issue, and can add the following context. It appears that conversations on Flutter have a mismatch between the timestamp in the xmtp.Envelope
and the message headers. When attempting to decrypt this message in the JS SDK I get the following error message.
Error in listEnvelopes mapper Error: envelope and header timestamp mistmatch
neekolas commented
@dmccartney we'll also want to add validation for the headers and envelope timestamp matching to the Flutter SDK to mirror the behaviour in JS. That way invalid conversations will be treated consistently between environments.