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
				
			
		|  | @ -173,9 +173,9 @@ class StatusActionBar extends ImmutablePureComponent { | |||
|     const account = status.get('account'); | ||||
| 
 | ||||
|     if (relationship && relationship.get('blocking')) { | ||||
|       onBlock(status); | ||||
|     } else { | ||||
|       onUnblock(account); | ||||
|     } else { | ||||
|       onBlock(status); | ||||
|     } | ||||
|   } | ||||
| 
 | ||||
|  |  | |||
|  | @ -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); | ||||
|     } | ||||
|   } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue