mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 21:56:37 +00:00
- chats list maintained in the chat service gets updated form the right places now - redundant mapping `Chat` to `ChatDto` is removed, since we already get all necessary data for the chat, no need for additional mapping which may just introduce new inconsistencies - `findIndexById` proc updated so in case if there is no the chat we're searching for in the list, we're returning `-1` instead of last index in the list - `DelegateChoice` on the qml side updated to match new type value `Constants.chatType.category`