mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Merge pull request #49903 from nextcloud/encryption-version-version
fix: restore updated encrypted version when copying versions
This commit is contained in:
@@ -628,6 +628,7 @@ class Encryption extends Wrapper {
|
||||
$info->getUnencryptedSize()
|
||||
);
|
||||
}
|
||||
$this->updateEncryptedVersion($sourceStorage, $sourceInternalPath, $targetInternalPath, $isRename, true);
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user