We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ae6393 + 73f394a commit 213ff32Copy full SHA for 213ff32
apps/dav/lib/DAV/CustomPropertiesBackend.php
@@ -93,6 +93,11 @@ class CustomPropertiesBackend implements BackendInterface {
93
'{http://nextcloud.org/ns}lock-time',
94
'{http://nextcloud.org/ns}lock-timeout',
95
'{http://nextcloud.org/ns}lock-token',
96
+ // photos
97
+ '{http://nextcloud.org/ns}realpath',
98
+ '{http://nextcloud.org/ns}nbItems',
99
+ '{http://nextcloud.org/ns}face-detections',
100
+ '{http://nextcloud.org/ns}face-preview-image',
101
];
102
103
/**
0 commit comments