Use ContactRecord.systemNickname

This commit is contained in:
Fedor Indutny 2023-02-13 14:40:11 -08:00 committed by GitHub
parent 949efca190
commit 1f95c2299e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 91 additions and 57 deletions

1
ts/model-types.d.ts vendored
View file

@ -327,6 +327,7 @@ export type ConversationAttributesType = {
name?: string;
systemGivenName?: string;
systemFamilyName?: string;
systemNickname?: string;
needsStorageServiceSync?: boolean;
needsVerification?: boolean;
profileSharing?: boolean;