From 73f394a1800360c4053038cc58515f542ce56232 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 263d2d0b41a75..0d20db6502eed 100644 --- a/apps/dav/lib/DAV/CustomPropertiesBackend.php +++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php @@ -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', ]; /**