Merge pull request #9006 from nextcloud/bugfix/8977/ignore_encrypted_custom_properties

Do not treat is-encrypted as custom property
This commit is contained in:
Morris Jobke 2018-04-03 11:44:58 +02:00 committed by GitHub
commit f0fcf88a4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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