mirror of
https://github.com/status-im/status-react.git
synced 2025-02-10 01:54:21 +00:00
In order to get `:last-clock-value` one extra query was executed for each chat during initialization. Implementation: - `:last-clock-value` field was added to `chat` entity - this field is updated when the message is sent/received - extra query was removed