Merge pull request #9071 from nextcloud/backport/9006/ignore_encrypted_custom_properties-13
[stable13] Do not treat is-encrypted as custom property
This commit is contained in:
commit
652d0413cf
|
@ -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 New Issue