mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
cd4d92aef0
* feat(Communities): Introduce pending states for kick, ban and unban actions Close #11795 * feat(Communities): Show bannedMembers pending states on the UI * feat(Communities:) make kick, ban and unban methods async * feat(Communities): add signal about community membership status change * fix(Communities): move membership managment to to the appropriate model * chore: review fixes