Merge pull request #53770 from nextcloud/backport/52976/stable30

[stable30] perf: Skip photos related properties in custom properties
This commit is contained in:
Andy Scherzinger 2025-07-02 23:26:45 +02:00 committed by GitHub
commit 213ff32227
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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