Drop X-NEXTCLOUD-UID

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-10-12 16:56:20 +02:00 committed by backportbot[bot]
parent a9a552ec95
commit a9425c7ebf
2 changed files with 0 additions and 4 deletions

View File

@ -156,9 +156,6 @@ class ContactInteractionListener implements IEventListener {
'CATEGORIES' => $this->l10n->t('Recently contacted'),
];
if ($contact->getUid() !== null) {
$props['X-NEXTCLOUD-UID'] = $contact->getUid();
}
if ($contact->getEmail() !== null) {
$props['EMAIL'] = $contact->getEmail();
}

View File

@ -110,7 +110,6 @@ class RecentContactMapperTest extends TestCase {
'URI' => UUIDUtil::getUUID(),
'FN' => 'Foo Bar',
'CATEGORIES' => 'Recently contacted',
'X-NEXTCLOUD-UID' => 'foobar',
];
$time = $this->time->getDateTime();