diff --git a/ts/ConversationController.ts b/ts/ConversationController.ts index 75c110e0f6cd..71c08364d7fd 100644 --- a/ts/ConversationController.ts +++ b/ts/ConversationController.ts @@ -597,10 +597,10 @@ export class ConversationController { ]) : pick(match.attributes as ConversationAttributesType, [ 'e164', - 'name', 'profileFamilyName', 'profileName', 'systemGivenName', + 'systemFamilyName', 'type', 'username', ]);