Drop X-NEXTCLOUD-UID
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
a9a552ec95
commit
a9425c7ebf
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue