Group creation/update: Don't allow self-selection via phone number
This commit is contained in:
parent
6579b1a70a
commit
661727c290
8 changed files with 20 additions and 7 deletions
|
@ -938,6 +938,7 @@ export function ChooseGroupMembersPartialPhoneNumber(): JSX.Element {
|
|||
isShowingRecommendedGroupSizeModal: false,
|
||||
isShowingMaximumGroupSizeModal: false,
|
||||
isUsernamesEnabled: true,
|
||||
ourE164: undefined,
|
||||
ourUsername: undefined,
|
||||
searchTerm: '+1(212) 555',
|
||||
regionCode: 'US',
|
||||
|
@ -961,6 +962,7 @@ export function ChooseGroupMembersValidPhoneNumber(): JSX.Element {
|
|||
isShowingRecommendedGroupSizeModal: false,
|
||||
isShowingMaximumGroupSizeModal: false,
|
||||
isUsernamesEnabled: true,
|
||||
ourE164: undefined,
|
||||
ourUsername: undefined,
|
||||
searchTerm: '+1(212) 555 5454',
|
||||
regionCode: 'US',
|
||||
|
@ -984,6 +986,7 @@ export function ChooseGroupMembersUsername(): JSX.Element {
|
|||
isShowingRecommendedGroupSizeModal: false,
|
||||
isShowingMaximumGroupSizeModal: false,
|
||||
isUsernamesEnabled: true,
|
||||
ourE164: undefined,
|
||||
ourUsername: undefined,
|
||||
searchTerm: '@signal',
|
||||
regionCode: 'US',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue