Use systemNickname in conversation merger
This commit is contained in:
parent
49d5e9beea
commit
23b04847e1
2 changed files with 3 additions and 0 deletions
|
@ -601,6 +601,7 @@ export class ConversationController {
|
|||
'profileName',
|
||||
'systemGivenName',
|
||||
'systemFamilyName',
|
||||
'systemNickname',
|
||||
'type',
|
||||
'username',
|
||||
]);
|
||||
|
|
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
|
@ -422,6 +422,8 @@ export type ConversationRenderInfoType = Pick<
|
|||
| 'profileFamilyName'
|
||||
| 'profileName'
|
||||
| 'systemGivenName'
|
||||
| 'systemFamilyName'
|
||||
| 'systemNickname'
|
||||
| 'type'
|
||||
| 'username'
|
||||
>;
|
||||
|
|
Loading…
Reference in a new issue