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, [
|
: pick(match.attributes as ConversationAttributesType, [
|
||||||
'e164',
|
'e164',
|
||||||
'name',
|
|
||||||
'profileFamilyName',
|
'profileFamilyName',
|
||||||
'profileName',
|
'profileName',
|
||||||
'systemGivenName',
|
'systemGivenName',
|
||||||
|
'systemFamilyName',
|
||||||
'type',
|
'type',
|
||||||
'username',
|
'username',
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue