mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
3256d67c2e
I have extended and modified the current algorithm for message ordering so that it applies for group and public chats alike. We use Lamport timestamps but we prefix the unix timestamp, which should maximize the chances of the message being seen on the top of the chat. Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>