Skip to content

Commit 614bc8e

Browse files
committed
perf: Skip nc:realpath property in custom properties
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 565d524 commit 614bc8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/dav/lib/DAV/CustomPropertiesBackend.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ 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',
9597
];
9698

9799
/**

0 commit comments

Comments
 (0)