js-waku/examples/relay-reactjs-chat/src
Franck Royer 27a90d8204
Use timestamp in millisecond
It was implicitly using `toString` which return the timestamp in
readable format with a precision in seconds which meant messages sent
within the same second had the same key.
2022-05-19 15:32:06 +10:00
..
App.css Init relay-reactjs-chat 2022-01-10 12:27:08 +11:00
App.js Use timestamp in millisecond 2022-05-19 15:32:06 +10:00
App.test.js Init relay-reactjs-chat 2022-01-10 12:27:08 +11:00
index.css Init relay-reactjs-chat 2022-01-10 12:27:08 +11:00
index.js Remove web-vitals (#429) 2022-01-24 18:19:11 +11:00
logo.svg Init relay-reactjs-chat 2022-01-10 12:27:08 +11:00
setupTests.js Init relay-reactjs-chat 2022-01-10 12:27:08 +11:00