mirror of
https://github.com/status-im/status-go.git
synced 2025-02-22 03:38:27 +00:00
Fixes https://github.com/status-im/status-desktop/issues/15175 The problem was that we used StartMembersReevaluaitonLoop in createCommunityPermission, in case the loop was never started. Indeed it worked if it was the first ever permission, because the loop would then start and members would be re-evaluated. However, if the loop was already started, in the case where there were previous permissions, the call would just early exit, because it was already started. The solution here is to use `ScheduleMembersReevaluaiton` like other permission functions use. To make sure a first permission still works, we call startLoop in schedule if the task doesn't exist.
fix_: logging cli join group, small logging issue missing id, init online state to current state (#5407)
Status bindings for go-ethereum
Docs
- How to Build
- How to Contribute
- How to Release
- How to run a Bootnode
- How to run a Mailserver
- How to run a Waku node
- How to configure status-go
Policies
License
Description
Languages
Go
98.4%
Python
0.9%
Shell
0.4%
Makefile
0.1%
Groovy
0.1%