mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
Do not treat is-encrypted as customer property
fixes #8977 Else for all files in a folder we would launch off more queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
9dad5ac59b
commit
e8b7e9e75d
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ class CustomPropertiesBackend implements BackendInterface {
|
|||
'{http://owncloud.org/ns}downloadURL',
|
||||
'{http://owncloud.org/ns}dDC',
|
||||
'{http://owncloud.org/ns}size',
|
||||
'{http://nextcloud.org/ns}is-encrypted',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue