From 80ca877cd1cada5ca55505141978aac156524e53 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Tue, 20 May 2025 11:33:53 +0200 Subject: [PATCH] perf: Skip photos app related property in custom properties Signed-off-by: Julius Knorr --- apps/dav/lib/DAV/CustomPropertiesBackend.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/dav/lib/DAV/CustomPropertiesBackend.php b/apps/dav/lib/DAV/CustomPropertiesBackend.php index 8411c5155fcd7..8fc6b5596e677 100644 --- a/apps/dav/lib/DAV/CustomPropertiesBackend.php +++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php @@ -111,6 +111,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', ]; /**