Group creation/update: Don't allow self-selection via phone number

This commit is contained in:
Scott Nonnenberg 2024-01-05 14:47:29 -08:00
parent 6579b1a70a
commit 661727c290
8 changed files with 20 additions and 7 deletions

View file

@ -180,6 +180,7 @@ const getModeSpecificProps = (
OneTimeModalState.Showing,
isShowingMaximumGroupSizeModal:
getMaximumGroupSizeModalState(state) === OneTimeModalState.Showing,
ourE164: getMe(state).e164,
ourUsername: getMe(state).username,
regionCode: getRegionCode(state),
searchTerm: getComposerConversationSearchTerm(state),