mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 10:32:53 +00:00
Jonathan Rainville
10197dc83a
fix: community freezes when editing because of sync operations
Fixes #11808 The problem was that when creating and editing communities, we got the community tokens and all the details about it. The thing is, those fetches were all done sync, and half of them needed to go to status-go for it. I fixed it by making those operations async.
Description
Languages
QML
38.2%
JavaScript
30.2%
Nim
18.8%
Python
5.7%
C++
5.3%
Other
1.7%