github.com/cs3org/reva/v2@v2.27.7/changelog/2.20.0_2024-06-19/add-remaining-manager-check.md (about) 1 Enhancement: Move more consistency checks to the usershare API 2 3 The gateway now checks if there will be at least one space manager remaining before 4 deleting a space member. The legacy ocs based sharing implementaion already does this 5 on its own. But for the future graph based sharing implementation it is better to have 6 the check in a more central place. 7 8 https://github.com/cs3org/reva/pull/4585