Closed chrisbobbe closed 1 week ago
Also move users between state.users and state.realm.nonActiveUsers in response to realm_user/update events that have is_active.
state.users
state.realm.nonActiveUsers
realm_user
update
is_active
Fixes: #5899
Thanks for the review! Revision pushed.
Thanks for the revisions! Looks good; merging.
Also move users between
state.users
andstate.realm.nonActiveUsers
in response torealm_user
/update
events that haveis_active
.Fixes: #5899