bump reva

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-08-31 14:08:56 +02:00
parent 27e704e0d2
commit 5ef78056ed
5 changed files with 6 additions and 5 deletions
@@ -1167,7 +1167,7 @@ func findEarliestShare(receivedShares []*collaboration.ReceivedShare, shareInfo
}
switch {
case earliestShare == nil:
case earliestShare == nil && hasCurrentMd:
earliestShare = current
// ignore if one of the shares has no metadata
case !hasEarliestMd || !hasCurrentMd: