mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
Pascal Precht
90acfa0457
fix(permissions): ensure permissions model is rebuilt when permission
was deleted This is needed because there's cases where the deletion of a permission might cause the current user to no longer be eligible to join a community. Community has the follwoing permissions: - own 2 ETH and 1 FOO_NFT or - own 1 FOO_NFT User owns: 1 FOO_NFT ^ The above would make the user eligible to request access to join. Now if the community removes the second permission, the user now no longer fulfills the requirements so we need to ensure the UI permits the user to request access. Rebuilding the permissions model (including its token criteria) sets the necessary flags in the UI automatically.
…
…
…
…
…
…
…
…
…
Status-desktop
Desktop client for the Status Network built with Nim and Qt
Dev Docs: https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd
Description
Languages
QML
37.6%
JavaScript
30.4%
Nim
19%
Python
5.8%
C++
5.4%
Other
1.7%