mirror of
https://github.com/status-im/status-react.git
synced 2025-02-13 11:27:08 +00:00
Integrates the optimizations coming from the status-go PR https://github.com/status-im/status-go/pull/6106. Now messenger filters are set-up concurrently and we can call the endpoint wakuext_chatsPreview twice: once for non-community chats and once for community chats. This way, the user should be able to see some data render before the slow part ends (community-related data). Fixes https://github.com/status-im/status-mobile/issues/21456 Areas that may be impacted - Login - Loading of data after login (contacts, chats, etc)