Change defaults for conversation title generation
This commit is contained in:
parent
6a165da589
commit
bd922433e3
14 changed files with 142 additions and 24 deletions
|
@ -16,7 +16,7 @@ export enum PhoneNumberSharingMode {
|
|||
|
||||
export const parsePhoneNumberSharingMode = makeEnumParser(
|
||||
PhoneNumberSharingMode,
|
||||
PhoneNumberSharingMode.Everybody
|
||||
PhoneNumberSharingMode.Nobody
|
||||
);
|
||||
|
||||
export const isSharingPhoneNumberWithEverybody = (): boolean => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue