perf: Skip photos app related property in custom properties

Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
Julius Knorr 2025-05-20 11:33:53 +02:00
parent 565d524cd4
commit 24f3b15acc
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

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