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

[stable31] perf: Skip photos related properties in custom properties
This commit is contained in:
Arthur Schiwon 2025-07-02 23:50:10 +02:00 committed by GitHub
commit 512d423fb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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