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
thanks for the report! yes, the onMessage callback references the DecodedMessage in its callback rather than the CachedMessage.
this is intentional for developers who want to access the original DecodedMessage. it's easy to convert to a cached message with the toCachedMessage export from the React SDK.
Describe the bug
Messages loaded using display date with
sentAt
fieldWhile messages loaded via a stream show the date with the
sent
fieldExpected behavior
No response
Steps to reproduce the bug
No response
The text was updated successfully, but these errors were encountered: