systemGivenName/systemFamilyName in ContactPill

This commit is contained in:
Fedor Indutny
2022-09-27 16:07:00 -07:00
committed by GitHub
parent 5957c111cf
commit ffac571dd8
8 changed files with 24 additions and 3 deletions

2
ts/model-types.d.ts vendored
View File

@@ -314,6 +314,8 @@ export type ConversationAttributesType = {
isArchived?: boolean;
lastMessage?: string | null;
name?: string;
systemGivenName?: string;
systemFamilyName?: string;
needsStorageServiceSync?: boolean;
needsVerification?: boolean;
profileSharing?: boolean;