This reverts commit 074960bb0f.
Fix #9315
			
			
This commit is contained in:
		
							parent
							
								
									0206d569c3
								
							
						
					
					
						commit
						87a43274f1
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -86,9 +86,6 @@ module StatusThreadingConcern
 | 
			
		|||
 | 
			
		||||
    # Order ancestors/descendants by tree path
 | 
			
		||||
    statuses.sort_by! { |status| ids.index(status.id) }
 | 
			
		||||
 | 
			
		||||
    # Bring self-replies to the top
 | 
			
		||||
    statuses.sort_by! { |status| status.in_reply_to_account_id == status.account_id ? -1 : 0 }
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def relations_map_for_account(account, account_ids, domains)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue