Improve display of unknown contacts in call links
This commit is contained in:
parent
7e31b37417
commit
33ec40d7b4
10 changed files with 506 additions and 146 deletions
|
@ -70,8 +70,8 @@ const createProps = (overrideProps: Partial<PropsType> = {}): PropsType => {
|
|||
isAdhocJoinRequestPending: overrideProps.isAdhocJoinRequestPending ?? false,
|
||||
isConversationTooBigToRing: false,
|
||||
isCallFull: overrideProps.isCallFull ?? false,
|
||||
isSharingPhoneNumberWithEverybody:
|
||||
overrideProps.isSharingPhoneNumberWithEverybody ?? false,
|
||||
getIsSharingPhoneNumberWithEverybody:
|
||||
overrideProps.getIsSharingPhoneNumberWithEverybody ?? (() => false),
|
||||
me:
|
||||
overrideProps.me ||
|
||||
getDefaultConversation({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue