Merge pull request #53769 from nextcloud/backport/52976/stable31

[stable31] perf: Skip photos related properties in custom properties
pull/53758/head
Arthur Schiwon 11 months ago committed by GitHub
commit 512d423fb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      apps/dav/lib/DAV/CustomPropertiesBackend.php

@ -92,6 +92,11 @@ class CustomPropertiesBackend implements BackendInterface {
'{http://nextcloud.org/ns}lock-time',
'{http://nextcloud.org/ns}lock-timeout',
'{http://nextcloud.org/ns}lock-token',
// photos
'{http://nextcloud.org/ns}realpath',
'{http://nextcloud.org/ns}nbItems',
'{http://nextcloud.org/ns}face-detections',
'{http://nextcloud.org/ns}face-preview-image',
];
/**

Loading…
Cancel
Save