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:
@@ -16,7 +16,7 @@ export enum PhoneNumberSharingMode {
|
||||
|
||||
export const parsePhoneNumberSharingMode = makeEnumParser(
|
||||
PhoneNumberSharingMode,
|
||||
PhoneNumberSharingMode.Everybody
|
||||
PhoneNumberSharingMode.Nobody
|
||||
);
|
||||
|
||||
export const isSharingPhoneNumberWithEverybody = (): boolean => {
|
||||
|
||||
Reference in New Issue
Block a user