Small fixes around roids

This commit is contained in:
Pinga 2024-03-06 01:01:52 +02:00
parent e0f77397d8
commit 93f1cd7674
6 changed files with 24 additions and 23 deletions

View file

@ -44,7 +44,7 @@ function setupLogger($logFilePath, $channelName = 'app') {
function mapContactToVCard($contactDetails, $role, $c) {
return [
'objectClassName' => 'entity',
'handle' => ['C' . $contactDetails['identifier'] . '-' . $c['roid']],
'handle' => ['C' . $contactDetails['id'] . '-' . $c['roid']],
'roles' => [$role],
'remarks' => [
[