Skip to content

Commit 768e99e

Browse files
Merge pull request #52976 from nextcloud/perf/realpath-custom-prop
2 parents 54ea691 + 24f3b15 commit 768e99e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/dav/lib/DAV/CustomPropertiesBackend.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ class CustomPropertiesBackend implements BackendInterface {
9292
'{http://nextcloud.org/ns}lock-time',
9393
'{http://nextcloud.org/ns}lock-timeout',
9494
'{http://nextcloud.org/ns}lock-token',
95+
// photos
96+
'{http://nextcloud.org/ns}realpath',
97+
'{http://nextcloud.org/ns}nbItems',
98+
'{http://nextcloud.org/ns}face-detections',
99+
'{http://nextcloud.org/ns}face-preview-image',
95100
];
96101

97102
/**

0 commit comments

Comments
 (0)