mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 04:34:01 +00:00
Changes in contact data caused via calls to any contact related APIs wouldn't be reflected in the UI because it doesn't re-fetch the updated state from status-go. This commit makes the contactsService `fetchContacts` API public so it can be used on the profile section control to re-fetch contact data when changes to contacts have been emitted.