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

fix: restore updated encrypted version when copying versions
pull/50078/head
Côme Chilliet 1 year ago committed by GitHub
commit c9757586cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      lib/private/Files/Storage/Wrapper/Encryption.php

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

Loading…
Cancel
Save