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

fix: restore updated encrypted version when copying versions
pull/50078/head
Côme Chilliet 2025-01-07 16:42:04 +07:00 committed by GitHub
commit c9757586cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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