Skip to content

Commit a9425c7

Browse files
skjnldsvbackportbot[bot]
authored andcommitted
Drop X-NEXTCLOUD-UID
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent a9a552e commit a9425c7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

apps/contactsinteraction/lib/Listeners/ContactInteractionListener.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ private function generateCard(RecentContact $contact): string {
156156
'CATEGORIES' => $this->l10n->t('Recently contacted'),
157157
];
158158

159-
if ($contact->getUid() !== null) {
160-
$props['X-NEXTCLOUD-UID'] = $contact->getUid();
161-
}
162159
if ($contact->getEmail() !== null) {
163160
$props['EMAIL'] = $contact->getEmail();
164161
}

apps/contactsinteraction/tests/Db/RecentContactMapperTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ protected function createRecentContact(string $email = null, string $federatedCl
110110
'URI' => UUIDUtil::getUUID(),
111111
'FN' => 'Foo Bar',
112112
'CATEGORIES' => 'Recently contacted',
113-
'X-NEXTCLOUD-UID' => 'foobar',
114113
];
115114

116115
$time = $this->time->getDateTime();

0 commit comments

Comments
 (0)