Closed jjeffryes closed 5 years ago
The server PR below changes the format of the timestamps coming from the server to provide more granularity on the time a chat message arrives. We should update the client to match that format so timestamps have the same format in both directions.
https://github.com/OpenBazaar/openbazaar-go/pull/1549
I think we just throw the timestamp into the Moment.js constructor, which may very well handle it already if it's a standard format.
This is working without any changes needed.
The server PR below changes the format of the timestamps coming from the server to provide more granularity on the time a chat message arrives. We should update the client to match that format so timestamps have the same format in both directions.
https://github.com/OpenBazaar/openbazaar-go/pull/1549