mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
9a9cd0d8d0
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