Merge pull request #52697 from nextcloud/backport/49903/stable29

[stable29] fix: restore updated encrypted version when copying versions
This commit is contained in:
Stephan Orbaugh 2025-05-14 10:04:30 +02:00 committed by GitHub
commit 52f052a27f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -800,6 +800,7 @@ class Encryption extends Wrapper {
$info->getUnencryptedSize()
);
}
$this->updateEncryptedVersion($sourceStorage, $sourceInternalPath, $targetInternalPath, $isRename, true);
}
return $result;
}