Change defaults for conversation title generation

This commit is contained in:
Fedor Indutny
2024-02-07 13:38:43 -08:00
committed by GitHub
parent 6a165da589
commit bd922433e3
14 changed files with 142 additions and 24 deletions

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

@@ -333,7 +333,7 @@ export type ConversationAttributesType = {
messageRequestResponseType?: number;
muteExpiresAt?: number;
dontNotifyForMentionsIfMuted?: boolean;
notSharingPhoneNumber?: boolean;
sharingPhoneNumber?: boolean;
profileAvatar?: ContactAvatarType | null;
profileKeyCredential?: string | null;
profileKeyCredentialExpiration?: number | null;