[FIX]Storage : attempt fo fix iOS name hidden by fixing 'n' family
This commit is contained in:
parent
274bc29313
commit
c175628cb3
@ -215,6 +215,7 @@ class Collection(BaseCollection):
|
||||
last_modified = str(partner.get('write_date'))
|
||||
vobject_item = vobject.vCard()
|
||||
vobject_item.add('n')
|
||||
vobject_item.n.value = vobject.vcard.Name(family=partner.get('name'))
|
||||
vobject_item.add('fn')
|
||||
vobject_item.fn.value = partner.get('name')
|
||||
vobject_item.add('adr')
|
||||
|
Loading…
x
Reference in New Issue
Block a user