Merge pull request #49903 from nextcloud/encryption-version-version

fix: restore updated encrypted version when copying versions
This commit is contained in:
Côme Chilliet 2025-01-07 16:42:04 +01:00 committed by GitHub
commit c9757586cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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