Skip to content

Commit

Permalink
Use systemNickname in conversation merger
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed Feb 14, 2023
1 parent 49d5e9b commit 23b0484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ts/ConversationController.ts
Expand Up @@ -601,6 +601,7 @@ export class ConversationController {
'profileName',
'systemGivenName',
'systemFamilyName',
'systemNickname',
'type',
'username',
]);
Expand Down
2 changes: 2 additions & 0 deletions ts/model-types.d.ts
Expand Up @@ -422,6 +422,8 @@ export type ConversationRenderInfoType = Pick<
| 'profileFamilyName'
| 'profileName'
| 'systemGivenName'
| 'systemFamilyName'
| 'systemNickname'
| 'type'
| 'username'
>;
Expand Down

0 comments on commit 23b0484

Please sign in to comment.