forked from cybrespace/mastodon
		
	This commit is contained in:
		
							parent
							
								
									5f0cba2561
								
							
						
					
					
						commit
						8dfc45f757
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -14,7 +14,9 @@ const mapStateToProps = state => ({
 | 
			
		|||
 | 
			
		||||
const mapDispatchToProps = (dispatch, { status, items }) => ({
 | 
			
		||||
  onOpen(id, onItemClick, dropdownPlacement, keyboard) {
 | 
			
		||||
    if (status) {
 | 
			
		||||
      dispatch(fetchRelationships([status.getIn(['account', 'id'])]));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    dispatch(isUserTouching() ? openModal('ACTIONS', {
 | 
			
		||||
      status,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue