Improve the way we observe changes on Users's collection
It is safer to look at subscriptions's state to users instead of depending on the initial state of the collection at mounting time. Although i couldn't force any race conditions on this, there's a chance it could happen. The fix avoid this problem. This complements #11533
Loading
Please register or sign in to comment