systemGivenName/systemFamilyName in ContactPill
This commit is contained in:
parent
5957c111cf
commit
ffac571dd8
8 changed files with 24 additions and 3 deletions
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
|
@ -314,6 +314,8 @@ export type ConversationAttributesType = {
|
|||
isArchived?: boolean;
|
||||
lastMessage?: string | null;
|
||||
name?: string;
|
||||
systemGivenName?: string;
|
||||
systemFamilyName?: string;
|
||||
needsStorageServiceSync?: boolean;
|
||||
needsVerification?: boolean;
|
||||
profileSharing?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue