Drop X-NEXTCLOUD-UID
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
698d4f55f2
commit
5a6a5a1639
|
@ -156,9 +156,6 @@ class ContactInteractionListener implements IEventListener {
|
||||||
'CATEGORIES' => $this->l10n->t('Recently contacted'),
|
'CATEGORIES' => $this->l10n->t('Recently contacted'),
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($contact->getUid() !== null) {
|
|
||||||
$props['X-NEXTCLOUD-UID'] = $contact->getUid();
|
|
||||||
}
|
|
||||||
if ($contact->getEmail() !== null) {
|
if ($contact->getEmail() !== null) {
|
||||||
$props['EMAIL'] = $contact->getEmail();
|
$props['EMAIL'] = $contact->getEmail();
|
||||||
}
|
}
|
||||||
|
|
|
@ -110,7 +110,6 @@ class RecentContactMapperTest extends TestCase {
|
||||||
'URI' => UUIDUtil::getUUID(),
|
'URI' => UUIDUtil::getUUID(),
|
||||||
'FN' => 'Foo Bar',
|
'FN' => 'Foo Bar',
|
||||||
'CATEGORIES' => 'Recently contacted',
|
'CATEGORIES' => 'Recently contacted',
|
||||||
'X-NEXTCLOUD-UID' => 'foobar',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
$time = $this->time->getDateTime();
|
$time = $this->time->getDateTime();
|
||||||
|
|
Loading…
Reference in New Issue