Fix blocking/unblocking users from status dropdown menu (#12535)
Fixes #12511
This commit is contained in:
		
							parent
							
								
									c7da6db28d
								
							
						
					
					
						commit
						27d5d02925
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -120,9 +120,9 @@ class ActionBar extends React.PureComponent {
 | 
			
		|||
    const account = status.get('account');
 | 
			
		||||
 | 
			
		||||
    if (relationship && relationship.get('blocking')) {
 | 
			
		||||
      onBlock(status);
 | 
			
		||||
    } else {
 | 
			
		||||
      onUnblock(account);
 | 
			
		||||
    } else {
 | 
			
		||||
      onBlock(status);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue