Fix UI bug with self-add by username in groups

This commit is contained in:
Fedor Indutny 2023-11-08 00:45:33 +01:00 committed by GitHub
parent 41e89554fe
commit ca2b3bacce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 21 additions and 1 deletions

View file

@ -938,6 +938,7 @@ export function ChooseGroupMembersPartialPhoneNumber(): JSX.Element {
isShowingRecommendedGroupSizeModal: false,
isShowingMaximumGroupSizeModal: false,
isUsernamesEnabled: true,
ourUsername: undefined,
searchTerm: '+1(212) 555',
regionCode: 'US',
selectedContacts: [],
@ -960,6 +961,7 @@ export function ChooseGroupMembersValidPhoneNumber(): JSX.Element {
isShowingRecommendedGroupSizeModal: false,
isShowingMaximumGroupSizeModal: false,
isUsernamesEnabled: true,
ourUsername: undefined,
searchTerm: '+1(212) 555 5454',
regionCode: 'US',
selectedContacts: [],
@ -982,6 +984,7 @@ export function ChooseGroupMembersUsername(): JSX.Element {
isShowingRecommendedGroupSizeModal: false,
isShowingMaximumGroupSizeModal: false,
isUsernamesEnabled: true,
ourUsername: undefined,
searchTerm: '@signal',
regionCode: 'US',
selectedContacts: [],