mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-04 02:34:52 +00:00
Pascal Precht
2e710715bc
fix(Communities): ensure profile popup is hydrated with correct data
The `communityProfilePopup` relies on the currently `activeCommunity` to get its data. Unfortunately, once read, even when `chatsModel.setActiveCommunity()` is called which triggers `activeCommunityChanged`, the data in the popup won't be updated. The next time one would open a community profile page, it'd have the data that was previously received from the model. This commit ensures that the popup is hydrated with the most recent data by explicitly updating its properties right before it's opened.
Nim-status-client
Desktop client for the Status Network built with Nim and Qt
note: this documentation is wip
Getting started
Overview
Architecture & Development
Guides & Tutorials
Continuous Integration
API
Translations
License
Licensed under the Mozilla Public License Version 2.0
Description
Languages
QML
39.3%
JavaScript
29.6%
Nim
18.5%
Python
5.6%
C++
5.2%
Other
1.7%