mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 14:54:48 +00:00
0bb2bc0e03
* fix: force focus on search inputs in permissions and sort members * fix(admin): fix freezes when community gets updated * fix(airdrop): use FastExpressionFilter to speed up Iterates #16043 When the community gets updated by any means, we reconstruct the section item, which is already bad, but we also re-fetch all tokens and all shared addresses, which in turn re-updates models for no reason. Instead, I make sure to only fetch those on first section build, then, I get the new shared addresses when members join using the request to join response that comes from status-go