mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
removing encryption preview check
This commit is contained in:
parent
d557519746
commit
7d2666699b
1 changed files with 0 additions and 3 deletions
|
|
@ -115,9 +115,6 @@ class Helper
|
|||
$entry['id'] = $id++;
|
||||
$entry['etag'] = $entry['mtime']; // add fake etag, it is only needed to identify the preview image
|
||||
$entry['permissions'] = \OCP\Constants::PERMISSION_READ;
|
||||
if (\OCP\App::isEnabled('encryption')) {
|
||||
$entry['isPreviewAvailable'] = false;
|
||||
}
|
||||
$files[] = $entry;
|
||||
}
|
||||
return $files;
|
||||
|
|
|
|||
Loading…
Reference in a new issue