github.com/cs3org/reva/v2@v2.27.7/changelog/2.16.0_2023-08-21/return-lock-when-requested.md (about) 1 Bugfix: Return lock when requested 2 3 We did not explictly return the lock when it was requested. This lead to the lock only being included when no other metadata was requested. We fixed it by explictly returning the lock when requested. 4 5 https://github.com/cs3org/reva/pull/4107