Fix conversation title building when merging
This commit is contained in:
parent
486ada8b6c
commit
49d5e9beea
1 changed files with 1 additions and 1 deletions
|
@ -597,10 +597,10 @@ export class ConversationController {
|
|||
])
|
||||
: pick(match.attributes as ConversationAttributesType, [
|
||||
'e164',
|
||||
'name',
|
||||
'profileFamilyName',
|
||||
'profileName',
|
||||
'systemGivenName',
|
||||
'systemFamilyName',
|
||||
'type',
|
||||
'username',
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue