github.com/cs3org/reva/v2@v2.27.7/changelog/1.5.0_2021-01-12/remove-public-shares-on-list.md (about) 1 Enhancement: Remove expired Link on Access 2 3 Since there is no background jobs scheduled to wipe out expired resources, for the time being public links are going to be removed on a "on demand" basis, meaning whenever there is an API call that access the list of shares for a given resource, we will check whether the share is expired and delete it if so. 4 5 https://github.com/cs3org/reva/pull/1361