Compute from embedded contact's displayName
This commit is contained in:
parent
f730b0c82b
commit
bb69f81b9f
8 changed files with 63 additions and 51 deletions
|
@ -435,7 +435,7 @@ class Message {
|
|||
prefix: contact.name.prefix,
|
||||
suffix: contact.name.suffix,
|
||||
middleName: contact.name.middleName,
|
||||
displayName: contact.name.displayName,
|
||||
nickname: contact.name.nickname,
|
||||
};
|
||||
contactProto.name = new Proto.DataMessage.Contact.Name(nameProto);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue