diff --git a/app/Contact.php b/app/Contact.php index 22cb956cb..cea00d6a2 100644 --- a/app/Contact.php +++ b/app/Contact.php @@ -244,10 +244,6 @@ class Contact extends Model ? (string)$vcard->url->uri : null; - $this->url = !empty($vcard->impp->uri) - ? $vcard->impp->uri - : null; - $this->pronouns = !empty($vcard->pronouns->text) ? (string)$vcard->pronouns->text : null;