mirror of
https://github.com/status-im/status-react.git
synced 2025-03-03 20:11:02 +00:00
cljs-priority-map provides a special purpose data structure that needlessly complicated things and doesn't appear to provide much value for what it gives us. Instead, keep :chats an ordinary map and sort vector on final subscription, as our ListView destructures data-source items correctly. This means we can upgrade Clojurescript.