mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Change defaults for conversation title generation
This commit is contained in:
@@ -110,7 +110,7 @@ export function getSystemName(
|
||||
export function getNumber(
|
||||
attributes: Pick<
|
||||
ConversationAttributesType,
|
||||
'e164' | 'type' | 'notSharingPhoneNumber'
|
||||
'e164' | 'type' | 'sharingPhoneNumber' | 'profileKey'
|
||||
>
|
||||
): string | undefined {
|
||||
if (!isDirectConversation(attributes)) {
|
||||
|
||||
Reference in New Issue
Block a user