In probably dead code, replace a dispatch of muteAccount that was skipping the modal with launching the mute modal.
This commit is contained in:
		@@ -59,7 +59,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
 | 
			
		||||
    if (account.getIn(['relationship', 'muting'])) {
 | 
			
		||||
      dispatch(unmuteAccount(account.get('id')));
 | 
			
		||||
    } else {
 | 
			
		||||
      dispatch(muteAccount(account.get('id')));
 | 
			
		||||
      dispatch(initMuteModal(account));
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user