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:
Roeland Jago Douma 2018-03-28 08:34:50 +02:00
parent 9dad5ac59b
commit e8b7e9e75d
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -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',
);
/**