Fix UI bug with self-add by username in groups
This commit is contained in:
parent
41e89554fe
commit
ca2b3bacce
8 changed files with 21 additions and 1 deletions
|
@ -16,6 +16,7 @@ import { getUsernamesEnabled } from '../selectors/items';
|
|||
import {
|
||||
getCandidateContactsForNewGroup,
|
||||
getConversationByIdSelector,
|
||||
getMe,
|
||||
} from '../selectors/conversations';
|
||||
import { getPreferredBadgeSelector } from '../selectors/badges';
|
||||
|
||||
|
@ -54,6 +55,7 @@ const mapStateToProps = (
|
|||
getPreferredBadge: getPreferredBadgeSelector(state),
|
||||
i18n: getIntl(state),
|
||||
theme: getTheme(state),
|
||||
ourUsername: getMe(state).username,
|
||||
selectedContacts,
|
||||
lookupConversationWithoutServiceId,
|
||||
isUsernamesEnabled: getUsernamesEnabled(state),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue