mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
perf: Skip photos app related property in custom properties
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
parent
565d524cd4
commit
24f3b15acc
1 changed files with 5 additions and 0 deletions
|
|
@ -92,6 +92,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',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue