mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 19:49:38 -04:00
chore: add follow-up item in results re: useLegacyFileKey value
Add comment to clarify hardcoded useLegacyFileKey value. Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
e17e610987
commit
6a010dcfef
1 changed files with 1 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ class Encryption implements IEncryptionModule {
|
|||
$result = [
|
||||
'cipher' => $this->cipher,
|
||||
'signed' => 'true',
|
||||
// XXX: Confirm hardcoding this is correct; shouldn't this be set based on value of $useLegacyFileKey?
|
||||
'useLegacyFileKey' => 'false',
|
||||
];
|
||||
if ($this->useLegacyBase64Encoding !== true) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue