OpenBazaar / openbazaar-desktop

OpenBazaar 2.0 Desktop Client (talks to openbazaar-go server daemon)
MIT License
648 stars 186 forks source link

Update Chat Timestamps to Match New Server Code #1759

Closed jjeffryes closed 5 years ago

jjeffryes commented 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

rmisio commented 5 years ago

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.

jjeffryes commented 5 years ago

This is working without any changes needed.