fix /mail/ REST API call returned null instead of identity names

This commit is contained in:
ralf 2023-12-21 17:31:43 +02:00
parent 1b85a9dd5b
commit 82ae337940

View File

@ -487,7 +487,7 @@ class ApiHandler extends Api\CalDAV\Handler
{
$files['files'][] = [
'path' => $path.$ident_id,
'props' => ['name' => ['val' => $identity]],
'props' => ['data' => ['val' => $identity]],
];
}
}