Enable Hide Contact for all users
This commit is contained in:
parent
be7b178817
commit
f960c6b5db
6 changed files with 2 additions and 33 deletions
|
@ -40,7 +40,6 @@ import { hasNetworkDialog } from '../selectors/network';
|
|||
import {
|
||||
getPreferredLeftPaneWidth,
|
||||
getUsernamesEnabled,
|
||||
getContactManagementEnabled,
|
||||
getNavTabsCollapsed,
|
||||
} from '../selectors/items';
|
||||
import {
|
||||
|
@ -232,7 +231,6 @@ const mapStateToProps = (state: StateType) => {
|
|||
targetedMessageId: getTargetedMessage(state)?.id,
|
||||
showArchived: getShowArchived(state),
|
||||
getPreferredBadge: getPreferredBadgeSelector(state),
|
||||
isContactManagementEnabled: getContactManagementEnabled(state),
|
||||
i18n: getIntl(state),
|
||||
isMacOS: getIsMacOS(state),
|
||||
regionCode: getRegionCode(state),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue