mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 21:39:24 +00:00
Jonathan Rainville
20790a4c2a
fix(chatSearch): fix chat search to include all and only chats
Fixes #10770 There were two issues, the first one was that categories were included in the search model because the categories are now part of the chat_model. Also, since it used the chat_model, some chats were not part of the search model at start, because they weren't loaded yet. I fixed by using the chats from the service directly instead.
Description
Languages
QML
38.7%
JavaScript
29.9%
Nim
18.7%
Python
5.7%
C++
5.3%
Other
1.6%