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.
1 parent 2ae6393 commit 73f394aCopy full SHA for 73f394a
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