mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Delay fetching of carddata and set ETag and size instead.
This commit is contained in:
parent
c6326dda76
commit
8b12b691af
@ -138,8 +138,10 @@ class OC_Connector_Sabre_CardDAV extends Sabre_CardDAV_Backend_Abstract {
|
||||
foreach($data as $i){
|
||||
$cards[] = array(
|
||||
'id' => $i['id'],
|
||||
'carddata' => $i['carddata'],
|
||||
//'carddata' => $i['carddata'],
|
||||
'uri' => $i['uri'],
|
||||
'size' => strlen($i['carddata']),
|
||||
'etag' => md5($i['carddata']),
|
||||
'lastmodified' => $i['lastmodified'] );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user