Browse Source

Fix #1465 Don't set the impp value when setting vcards

pull/1466/head
Timothée Jaussoin 1 month ago
parent
commit
73316249e3
  1. 4
      app/Contact.php

4
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;

Loading…
Cancel
Save