Fix conversation title building when merging

This commit is contained in:
Fedor Indutny 2023-02-14 11:04:04 -08:00 committed by GitHub
parent 486ada8b6c
commit 49d5e9beea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
]); ]);